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

Unified Diff: chrome/common/pref_names.cc

Issue 435383002: adds WARP support to Chromium, for Metro mode only, on Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: first round of tryfixes 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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 103e972d32a661319bdb0150c0f374cf2f588a31..93d7bcb4840397ac16413553ae19b57888023995 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2346,4 +2346,8 @@ const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
// Whether Guest Mode is enabled within the browser.
const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled";
+// A boolean pref that specifies to the GPU process if it should try to use
+// WARP GPU software emulation.
+const char kGPUUseWarp[] = "gpu.use_warp";
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698