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

Unified Diff: chrome/browser/chrome_gpu_util.cc

Issue 11337020: A Speculative Revert for 164872 - Enable force-compositing-mode on developer and continuous builds.… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_gpu_util.cc
===================================================================
--- chrome/browser/chrome_gpu_util.cc (revision 164887)
+++ chrome/browser/chrome_gpu_util.cc (working copy)
@@ -176,12 +176,6 @@
// Enable force-compositing-mode on the Mac.
force_compositing_mode_probability = kDivisor;
#endif
- } else if (channel == chrome::VersionInfo::CHANNEL_UNKNOWN) {
- // Continuous and local builds on windows and mac
- // enable force-compositing-mode
-#if defined(OS_WIN) || defined(OS_MACOSX)
- force_compositing_mode_probability = kDivisor;
-#endif
}
int force_compositing_group = trial->AppendGroup(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698