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

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

Issue 2718903002: android: Rename SwapBuffers to SwapFrames (Closed)
Patch Set: Created 3 years, 10 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/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java ('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 05f15a712c9fa516cb91521284ecfc99ec28737d..c6c308d5697715fe75bae67ab76ac588f58d7a67 100644
--- a/content/public/browser/android/compositor_client.h
+++ b/content/public/browser/android/compositor_client.h
@@ -16,7 +16,7 @@ class CONTENT_EXPORT CompositorClient {
virtual void UpdateLayerTreeHost() {}
// The compositor has completed swapping a frame.
- virtual void OnSwapBuffersCompleted(int pending_swap_buffers) {}
+ virtual void DidSwapFrame(int pending_frames) {}
protected:
CompositorClient() {}
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698