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

Unified Diff: content/browser/android/content_view_render_view.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
Index: content/browser/android/content_view_render_view.h
diff --git a/content/browser/android/content_view_render_view.h b/content/browser/android/content_view_render_view.h
index 0f4fd0771d5bab6f040dec2ee0f06312314408a1..82e74436ec9c4c7c846e82f6748a0804eba74cc1 100644
--- a/content/browser/android/content_view_render_view.h
+++ b/content/browser/android/content_view_render_view.h
@@ -48,7 +48,7 @@ class ContentViewRenderView : public CompositorClient {
// CompositorClient implementation
void UpdateLayerTreeHost() override;
- void OnSwapBuffersCompleted(int pending_swap_buffers) override;
+ void DidSwapFrame(int pending_frames) override;
private:
~ContentViewRenderView() override;
« no previous file with comments | « chrome/browser/android/vr_shell/vr_compositor.cc ('k') | content/browser/android/content_view_render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698