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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 11414308: Add vsync notification command line switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index 7c17bd486dff9d8c0ffe989937ab0cb2d20a7a13..47a98e24c9123e6211252a946bcf11afcdfd3a6b 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -22,6 +22,7 @@ class CC_EXPORT LayerTreeSettings {
bool compositorFrameMessage;
bool implSidePainting;
bool renderVSyncEnabled;
+ bool renderVSyncNotificationEnabled;
bool perTilePaintingEnabled;
bool partialSwapEnabled;
bool cacheRenderPassContents;

Powered by Google App Engine
This is Rietveld 408576698