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

Unified Diff: content/public/browser/android/compositor_client.h

Issue 2732213008: Revert of android: Add draw completion for CompositorView (Closed)
Patch Set: Created 3 years, 9 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 | « content/browser/renderer_host/compositor_impl_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/compositor_client.h
diff --git a/content/public/browser/android/compositor_client.h b/content/public/browser/android/compositor_client.h
index bb03a251627771b90e9b613f9ab4c0435a91e757..c6c308d5697715fe75bae67ab76ac588f58d7a67 100644
--- a/content/public/browser/android/compositor_client.h
+++ b/content/public/browser/android/compositor_client.h
@@ -15,13 +15,8 @@
// Gives the client a chance to update the layer tree host before compositing.
virtual void UpdateLayerTreeHost() {}
- // The compositor has completed swapping a frame. This is a subset of
- // DidSwapBuffers and corresponds only to frames where Compositor submits a
- // new frame.
+ // The compositor has completed swapping a frame.
virtual void DidSwapFrame(int pending_frames) {}
-
- // This is called on all swap buffers, regardless of cause.
- virtual void DidSwapBuffers() {}
protected:
CompositorClient() {}
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698