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); |