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

Unified Diff: cc/switches.cc

Issue 11414308: Add vsync notification command line switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 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: cc/switches.cc
diff --git a/cc/switches.cc b/cc/switches.cc
index ec74e8394838ed3652b4fa8c4e57244548217096..98dc5b598d277f1e7712222a8b77dbaa8b62a7b2 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -71,5 +71,8 @@ const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
// Schedule rasterization jobs according to their estimated processing cost.
const char kUseCheapnessEstimator[] = "use-cheapness-estimator";
+// Use a vsync signal from the browser to the renderer to schedule rendering.
+const char kEnableVsyncNotification[] = "enable-vsync-notification";
+
} // namespace switches
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698