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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 10811002: Add threaded compositing mode to field trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/gpu_util.h » ('j') | chrome/browser/gpu_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 8245f4b7712ce716bb120fb0dd5ee9c89d4ed8a7..438bcb28badc83cae0dd042ec57e0c4834ef0904 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1478,7 +1478,7 @@ void ChromeContentBrowserClient::OverrideWebkitPrefs(
extension, view_type, web_prefs);
}
- if (gpu_util::InForceCompositingModeTrial())
+ if (gpu_util::InForceCompositingModeOrThreadTrial())
web_prefs->force_compositing_mode = true;
if (view_type == chrome::VIEW_TYPE_NOTIFICATION) {
« no previous file with comments | « no previous file | chrome/browser/gpu_util.h » ('j') | chrome/browser/gpu_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698