diff options
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r-- | content/public/common/content_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 6baf3c7..0bec7fa 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -373,6 +373,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"; |