| Index: cc/output/output_surface_client.h
|
| diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
|
| index 342a9a9305417d817a7e9730bbc4c7362629c2e9..ff4ca346c74405ec49bd14323a08154357c7e61c 100644
|
| --- a/cc/output/output_surface_client.h
|
| +++ b/cc/output/output_surface_client.h
|
| @@ -34,7 +34,6 @@ class CC_EXPORT OutputSurfaceClient {
|
| virtual void SetBeginFrameSource(BeginFrameSource* source) = 0;
|
|
|
| virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) = 0;
|
| - virtual void DidSwapBuffers() = 0;
|
| virtual void DidSwapBuffersComplete() = 0;
|
| virtual void DidReceiveTextureInUseResponses(
|
| const gpu::TextureInUseResponses& responses) = 0;
|
|
|