| Index: content/common/gpu/texture_image_transport_surface.h
|
| diff --git a/content/common/gpu/texture_image_transport_surface.h b/content/common/gpu/texture_image_transport_surface.h
|
| index a86ff27e0945df6cdafbe810103c2c276ff3ae28..95b75a59097efa535e73a2b614c8ea699955a43b 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.h
|
| +++ b/content/common/gpu/texture_image_transport_surface.h
|
| @@ -37,7 +37,7 @@ class TextureImageTransportSurface
|
| virtual gfx::Size GetSize() OVERRIDE;
|
| virtual void* GetHandle() OVERRIDE;
|
| virtual unsigned GetFormat() OVERRIDE;
|
| - virtual std::string GetExtensions() OVERRIDE;
|
| + virtual bool SupportsPostSubBuffer() OVERRIDE;
|
| virtual unsigned int GetBackingFrameBufferObject() OVERRIDE;
|
| virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
| virtual bool SetBackbufferAllocation(bool allocated) OVERRIDE;
|
|
|