| Index: gpu/command_buffer/client/context_support.h
|
| diff --git a/gpu/command_buffer/client/context_support.h b/gpu/command_buffer/client/context_support.h
|
| index f8ff15effe89dae551b1bb24bba071ec7700316e..2678ba95afa791ae852f91efb9d8640b7329771e 100644
|
| --- a/gpu/command_buffer/client/context_support.h
|
| +++ b/gpu/command_buffer/client/context_support.h
|
| @@ -28,9 +28,6 @@ class ContextSupport {
|
| virtual void Swap() = 0;
|
| virtual void PartialSwapBuffers(const gfx::Rect& sub_buffer) = 0;
|
|
|
| - virtual void SetSwapBuffersCompleteCallback(
|
| - const base::Closure& callback) = 0;
|
| -
|
| // Schedule a texture to be presented as an overlay synchronously with the
|
| // primary surface during the next buffer swap.
|
| // This method is not stateful and needs to be re-scheduled every frame.
|
|
|