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

Unified Diff: content/browser/renderer_host/compositor_impl_android.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/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index 6d49a396a9d8be47d62bc53da8db711ab1200ab8..57d791fb84fe294ac1a1a87e04f9bfbad7dc7903 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -154,9 +154,9 @@ class CONTENT_EXPORT CompositorImpl
// Whether we need to update animations on the next composite.
bool needs_animate_;
- // The number of SwapBuffer calls that have not returned and ACK'd from
+ // The number of SubmitFrame calls that have not returned and ACK'd from
// the GPU thread.
- unsigned int pending_swapbuffers_;
+ unsigned int pending_frames_;
size_t num_successive_context_creation_failures_;
« no previous file with comments | « content/browser/android/content_view_render_view.cc ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698