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

Unified Diff: cc/base/switches.h

Issue 1939253002: Turn on enable begin frame scheduling by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/base/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.h
diff --git a/cc/base/switches.h b/cc/base/switches.h
index 9eb12df083cbcfd8fd25aa699b1df8dbc4a8a47c..e39da61bb3be766a0cbdbdc8b41b9cebfd47b033 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -28,7 +28,7 @@ CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[];
CC_EXPORT extern const char kEnableTileCompression[];
// Switches for both the renderer and ui compositors.
-CC_EXPORT extern const char kEnableBeginFrameScheduling[];
+CC_EXPORT extern const char kDisableBeginFrameScheduling[];
CC_EXPORT extern const char kEnableGpuBenchmarking[];
// Debug visualizations.
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/base/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698