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

Unified Diff: content/browser/gpu/compositor_util.cc

Issue 27118002: Revert 228225 "Enable delegated rendering on Aura Windows and Li..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1669/src/
Patch Set: Created 7 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 | content/browser/gpu/compositor_util_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/compositor_util.cc
===================================================================
--- content/browser/gpu/compositor_util.cc (revision 228384)
+++ content/browser/gpu/compositor_util.cc (working copy)
@@ -112,12 +112,6 @@
const CommandLine& command_line = *CommandLine::ForCurrentProcess();
bool enabled = false;
-#if defined(USE_AURA) && !defined(OS_CHROMEOS)
- // Enable on non-ChromeOS Aura. Chrome OS has driver issues on some platforms:
- // https://code.google.com/p/chrome-os-partner/issues/detail?id=22688
- enabled = true;
-#endif
-
// Flags override.
enabled |= command_line.HasSwitch(switches::kEnableDelegatedRenderer);
enabled &= !command_line.HasSwitch(switches::kDisableDelegatedRenderer);
« no previous file with comments | « no previous file | content/browser/gpu/compositor_util_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698