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

Unified Diff: chrome/browser/chrome_gpu_util.h

Issue 10944037: Add field trial for enabling Stage3D in XP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/browser/chrome_gpu_util.h
diff --git a/chrome/browser/chrome_gpu_util.h b/chrome/browser/chrome_gpu_util.h
index b24a3aac542d2c039fb82caeb463f767a01607be..d17265b1841ecb8f1d7d0b76ee0fc0cb20ac891f 100644
--- a/chrome/browser/chrome_gpu_util.h
+++ b/chrome/browser/chrome_gpu_util.h
@@ -12,6 +12,9 @@ namespace gpu_util {
// Sets up force-compositing-mode and threaded compositing field trials.
void InitializeCompositingFieldTrial();
+// Sets up Stage3D on XP field trial
+void InitializeStage3DFieldTrial();
+
// Load GPU Blacklist, collect preliminary gpu info, and compute preliminary
// gpu feature flags.
void InitializeGpuDataManager(const CommandLine& command_line);

Powered by Google App Engine
This is Rietveld 408576698