Bug 910928 - Fix build and class function override for new gralloc textures. r=nical

This commit is contained in:
Sotaro Ikeda
2013-08-30 10:24:05 -04:00
parent 3bab5e59b2
commit 539632b712
4 changed files with 14 additions and 12 deletions

View File

@@ -143,7 +143,7 @@ GrallocTextureSourceOGL::GetTextureTarget() const
}
gfx::SurfaceFormat
GrallocTextureSourceOGL::GetFormat() const MOZ_OVERRIDE {
GrallocTextureSourceOGL::GetFormat() const {
if (!mGraphicBuffer.get()) {
return gfx::FORMAT_UNKNOWN;
}