зеркало из https://github.com/mozilla/gecko-dev.git
Bug 959527 - Implement SharedRGBImage::GetAsSourceSurface. r=nical
This commit is contained in:
Родитель
9a66506254
Коммит
54e0cda57b
|
@ -240,6 +240,12 @@ SharedRGBImage::DeprecatedGetAsSurface()
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
TemporaryRef<gfx::SourceSurface>
|
||||
SharedRGBImage::GetAsSourceSurface()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
} // namespace layers
|
||||
} // namespace mozilla
|
||||
|
|
|
@ -119,6 +119,8 @@ public:
|
|||
|
||||
already_AddRefed<gfxASurface> DeprecatedGetAsSurface();
|
||||
|
||||
TemporaryRef<gfx::SourceSurface> GetAsSourceSurface();
|
||||
|
||||
bool Allocate(gfx::IntSize aSize, gfx::SurfaceFormat aFormat);
|
||||
private:
|
||||
gfx::IntSize mSize;
|
||||
|
|
Загрузка…
Ссылка в новой задаче