Backed out changeset 3747c80a1cde (bug 990871) for bustage on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book
2014-04-10 13:15:47 +02:00
parent be2c428ddf
commit 5adb9c9e75
15 changed files with 100 additions and 107 deletions

View File

@@ -64,16 +64,6 @@ public:
return nullptr;
}
virtual gfx::SurfaceFormat GetFormat() const MOZ_OVERRIDE
{
return gfx::SurfaceFormat::UNKNOWN;
}
virtual bool AllocateForSurface(gfx::IntSize aSize, TextureAllocationFlags aFlags) MOZ_OVERRIDE
{
return false;
}
protected:
gl::SharedTextureHandle mHandle;
gfx::IntSize mSize;
@@ -110,16 +100,6 @@ public:
virtual gfx::IntSize GetSize() const { return gfx::IntSize(); }
virtual gfx::SurfaceFormat GetFormat() const MOZ_OVERRIDE
{
return gfx::SurfaceFormat::UNKNOWN;
}
virtual bool AllocateForSurface(gfx::IntSize aSize, TextureAllocationFlags aFlags) MOZ_OVERRIDE
{
return false;
}
protected:
bool mIsLocked;
RefPtr<gfx::SurfaceStream> mStream;