Index: cc/base/switches.cc |
diff --git a/cc/base/switches.cc b/cc/base/switches.cc |
index 13904cdba36c95d2c2f8cbec822a721a727f1817..baf1252db0ec43f106c9438eae9203f4a2b20018 100644 |
--- a/cc/base/switches.cc |
+++ b/cc/base/switches.cc |
@@ -120,5 +120,9 @@ const char kCCLayerTreeTestNoTimeout[] = "cc-layer-tree-test-no-timeout"; |
// Makes pixel tests write their output instead of read it. |
const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests"; |
+// Send idle notifications to V8 after commit. |
+const char kSendV8IdleNotificationAfterCommit[] = |
+ "send-v8-idle-notification-after-commit"; |
jamesr
2014/08/18 23:23:49
this switch doesn't influence any behavior in cc/,
ernstm
2014/08/18 23:46:33
Done.
|
+ |
} // namespace switches |
} // namespace cc |