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

Unified Diff: cc/base/switches.cc

Issue 429393003: Send idle notifications to V8 after commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call idle notification from RenderWidgetCompositor. 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.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

Powered by Google App Engine
This is Rietveld 408576698