Chromium Code Reviews

Unified Diff: cc/base/switches.h

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « cc/BUILD.gn ('k') | cc/base/switches.cc » ('j') | cc/base/switches.cc » ('J')
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 6edcf1d3ee28a33370b4e7c8a8a33bdb0f451748..f85c5b9cda32c7a0efce343dfccf937cae86f180 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -37,6 +37,7 @@ CC_EXPORT extern const char kStrictLayerPropertyChangeChecking[];
// Switches for both the renderer and ui compositors.
CC_EXPORT extern const char kUIDisablePartialSwap[];
CC_EXPORT extern const char kEnableGpuBenchmarking[];
+CC_EXPORT extern const char kEnableBeginFrameScheduling[];
// Debug visualizations.
CC_EXPORT extern const char kShowCompositedLayerBorders[];
« no previous file with comments | « cc/BUILD.gn ('k') | cc/base/switches.cc » ('j') | cc/base/switches.cc » ('J')

Powered by Google App Engine