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

Unified Diff: content/shell/common/shell_switches.cc

Issue 846213003: Revert "Remove impl-side-painting from about:flags" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « content/shell/common/shell_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/shell_switches.cc
diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc
index 6fe18c97bc4f25f0b3dfeea93a48ffeb19bfe11f..6a7a48bd5e57b62f21bf2baae63f75f92fc0f620 100644
--- a/content/shell/common/shell_switches.cc
+++ b/content/shell/common/shell_switches.cc
@@ -28,9 +28,6 @@ const char kCrashOnFailure[] = "crash-on-failure";
// Request pages to be dumped as text once they finished loading.
const char kDumpRenderTree[] = "dump-render-tree";
-// Enable impl-side painting in the compositor.
-const char kEnableImplSidePainting[] = "enable-impl-side-painting";
-
// Expose window.ipcTester object for testing
const char kExposeIpcEcho[] = "expose-ipc-echo";
« no previous file with comments | « content/shell/common/shell_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698