| Index: public/web/WebWidgetClient.h
|
| diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
|
| index a8de17bfedc6c60614072375e196b80aa6ceac78..0d840ef291eefe2dd35316a7e2879c4cf70956d8 100644
|
| --- a/public/web/WebWidgetClient.h
|
| +++ b/public/web/WebWidgetClient.h
|
| @@ -74,26 +74,6 @@ public:
|
| // should suppress compositor scheduling temporarily.
|
| virtual void suppressCompositorScheduling(bool enable) { }
|
|
|
| - // Indicates to the embedder that the compositor is about to begin a
|
| - // frame. This is primarily to signal to flow control mechanisms that a
|
| - // frame is beginning, not to perform actual painting work.
|
| - virtual void willBeginCompositorFrame() { }
|
| -
|
| - // Indicates to the embedder that the WebWidget is ready for additional
|
| - // input.
|
| - virtual void didBecomeReadyForAdditionalInput() { }
|
| -
|
| - // Called for compositing mode when a frame commit operation has finished.
|
| - virtual void didCommitCompositorFrame() { }
|
| -
|
| - // Called for compositing mode when the draw commands for a WebKit-side
|
| - // frame have been issued.
|
| - virtual void didCommitAndDrawCompositorFrame() { }
|
| -
|
| - // Called for compositing mode when swapbuffers has been posted in the GPU
|
| - // process.
|
| - virtual void didCompleteSwapBuffers() { }
|
| -
|
| // Called when a call to WebWidget::animate is required
|
| virtual void scheduleAnimation() { }
|
|
|
|
|