| Index: content/common/gpu/image_transport_surface.h
|
| diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h
|
| index 69ce265c4f92470f510e903baaadd376c596e1ef..a34ae33a696651786d854c525633fe40ad3c7c78 100644
|
| --- a/content/common/gpu/image_transport_surface.h
|
| +++ b/content/common/gpu/image_transport_surface.h
|
| @@ -156,6 +156,8 @@ class PassThroughImageTransportSurface
|
| // GLSurface implementation.
|
| virtual bool Initialize() OVERRIDE;
|
| virtual void Destroy() OVERRIDE;
|
| + virtual bool SwapBuffers() OVERRIDE;
|
| + virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE;
|
|
|
| // ImageTransportSurface implementation.
|
| virtual void OnNewSurfaceACK(
|
|
|