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

Unified Diff: webkit/glue/webpreferences.cc

Issue 9969181: Remove composite-to-texture flag and code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 8 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 | « webkit/glue/webpreferences.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.cc
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc
index 76bfde45cfe456c5c6edb0dbee036306511321fc..42eb5133443f4a98c752ffbd477549ffc7512d59 100644
--- a/webkit/glue/webpreferences.cc
+++ b/webkit/glue/webpreferences.cc
@@ -82,7 +82,6 @@ WebPreferences::WebPreferences()
threaded_animation_enabled(false),
accelerated_compositing_enabled(false),
force_compositing_mode(false),
- composite_to_texture_enabled(false),
fixed_position_compositing_enabled(false),
accelerated_layers_enabled(false),
accelerated_animation_enabled(false),
@@ -279,9 +278,6 @@ void WebPreferences::Apply(WebView* web_view) const {
// Always enter compositing if requested on the command line.
settings->setForceCompositingMode(force_compositing_mode);
- // Enable composite to offscreen texture if requested on the command line.
- settings->setCompositeToTextureEnabled(composite_to_texture_enabled);
-
// Enable compositing for fixed position elements if requested
// on the command line.
settings->setAcceleratedCompositingForFixedPositionEnabled(
« no previous file with comments | « webkit/glue/webpreferences.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698