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

Unified Diff: cc/base/switches.h

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working on aura with --enable-begin-frame-scheduling Created 6 years, 4 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/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[];

Powered by Google App Engine
This is Rietveld 408576698