Index: trunk/src/content/browser/gpu/gpu_process_host.cc |
=================================================================== |
--- trunk/src/content/browser/gpu/gpu_process_host.cc (revision 255720) |
+++ trunk/src/content/browser/gpu/gpu_process_host.cc (working copy) |
@@ -1105,6 +1105,9 @@ |
#if defined(OS_CHROMEOS) |
chromeos::switches::kGpuSandboxFailuresNonfatal, |
#endif |
+#if defined(USE_AURA) |
+ switches::kUIPrioritizeInGpuProcess, |
+#endif |
#if defined(USE_OZONE) |
switches::kOzonePlatform, |
#endif |