Index: cc/switches.cc |
diff --git a/cc/switches.cc b/cc/switches.cc |
index ee119bc1362469425353298d80679250233c7bf0..2cbb459a7ed85ce984827065dd2aab8471676a10 100644 |
--- a/cc/switches.cc |
+++ b/cc/switches.cc |
@@ -14,6 +14,9 @@ const char kBackgroundColorInsteadOfCheckerboard[] = |
const char kDisableThreadedAnimation[] = "disable-threaded-animation"; |
+// Send a message for every frame from the impl thread to the parent compositor. |
+const char kEnableCompositorFrameMessage[] = "enable-compositor-frame-message"; |
piman
2012/12/14 22:02:22
Do we need this flag in the long run? It feels lik
aelias_OOO_until_Jul13
2012/12/15 00:06:17
We don't need it in the long run, it's only for th
|
+ |
// Paint content on the compositor thread instead of the main thread. |
const char kEnableImplSidePainting[] = "enable-impl-side-painting"; |