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

Unified Diff: content/public/common/content_switches.cc

Issue 9353012: Add a switch to invert web contents (non-accel only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index a596176deea6cda385554983041f7e08d2b178e6..8b550ee4f82c2e7903fffc44c69f3990be92518d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -379,6 +379,10 @@ const char kInProcessPlugins[] = "in-process-plugins";
// Runs WebGL inside the renderer process.
const char kInProcessWebGL[] = "in-process-webgl";
+// Invert web content pixels, for users who prefer white-on-black.
+// (Temporary, just during development and testing of this feature.)
+const char kInvertWebContent[] = "invert-web-content";
+
// Specifies the flags passed to JS engine
const char kJavaScriptFlags[] = "js-flags";

Powered by Google App Engine
This is Rietveld 408576698