Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: public/web/WebWidgetClient.h

Issue 1174273005: Remove unnecessary WebWidgetClient compositor methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698