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

Unified Diff: cc/switches.cc

Issue 12221005: Add flag to disable impl-side painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing line Created 7 years, 10 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
« no previous file with comments | « cc/switches.h ('k') | cc/util.h » ('j') | cc/util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/switches.cc
diff --git a/cc/switches.cc b/cc/switches.cc
index ec74e8394838ed3652b4fa8c4e57244548217096..efd0dbe1dd3dffaf5b729403b059ef839ec47ffd 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -17,6 +17,9 @@ 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";
+// Paint content on the main thread instead of the compositor thread.
+const char kDisableImplSidePainting[] = "disable-impl-side-painting";
+
// Paint content on the compositor thread instead of the main thread.
const char kEnableImplSidePainting[] = "enable-impl-side-painting";
« no previous file with comments | « cc/switches.h ('k') | cc/util.h » ('j') | cc/util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698