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

Unified Diff: content/renderer/render_view_impl.cc

Issue 401053002: Don't set accelerated compositing to true in WebView. It's already defaulted to true. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged. Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index 23e0b1d8215d38dbc9e9431d9eb3a1f6a2d07520..1e611815e3cc9e0c49a1bc37359991d38ca4388c 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1045,9 +1045,6 @@ void RenderView::ApplyWebPreferences(const WebPreferences& prefs,
settings->setLayerSquashingEnabled(prefs.layer_squashing_enabled);
- // Enable gpu-accelerated compositing always.
- settings->setAcceleratedCompositingEnabled(true);
jamesr 2014/07/22 01:05:04 for the record, https://code.google.com/p/chromium
-
// Enable gpu-accelerated 2d canvas if requested on the command line.
settings->setAccelerated2dCanvasEnabled(prefs.accelerated_2d_canvas_enabled);
« 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