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

Unified Diff: content/renderer/render_widget.h

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Android Created 7 years, 7 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/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 72a5800f4f7ebaf10713cf390164da997aaee3c0..c87275eb7b60f96639da7869d72291b9187c79f3 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -209,7 +209,7 @@ class CONTENT_EXPORT RenderWidget
virtual void InstrumentWillComposite() {}
virtual bool AllowPartialSwap() const;
- bool SynchronouslyDisableVSync() const;
+ bool UsingSynchronousRendererCompositor() const;
protected:
// Friend RefCounted so that the dtor can be non-public. Using this class

Powered by Google App Engine
This is Rietveld 408576698