summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.cc
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 21:24:26 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-14 21:24:26 +0000
commit9bdcfd64a8555352b63437db70ff06eabd259a16 (patch)
tree7f6a45d10ddb164da79e4bedcbd5aa501ffe2132 /chrome/browser/chrome_content_browser_client.cc
parent017b4f7b3f6f59a62cd296caa66db693aabd7cde (diff)
downloadchromium_src-9bdcfd64a8555352b63437db70ff06eabd259a16.zip
chromium_src-9bdcfd64a8555352b63437db70ff06eabd259a16.tar.gz
chromium_src-9bdcfd64a8555352b63437db70ff06eabd259a16.tar.bz2
cc: Remove cc::settings, move them to LayerTreeSettings.
For now, we don't want to make plumbing through the WebKit API for all these settings. So they are marked with a TODO to move into chromium. When we are no longer going through the WebKit API from chromium, we can set these settings in chromium, instead of reading the command-line parameters in cc. Depends on: https://bugs.webkit.org/show_bug.cgi?id=102146 R=jamesr BUG=160771 Review URL: https://chromiumcodereview.appspot.com/11361223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.cc')
-rw-r--r--chrome/browser/chrome_content_browser_client.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index d49daf8..df60369 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1654,10 +1654,6 @@ void ChromeContentBrowserClient::OverrideWebkitPrefs(
// See http://crbug.com/96005 and http://crbug.com/96006
web_prefs->force_compositing_mode = false;
web_prefs->accelerated_compositing_enabled = false;
- web_prefs->accelerated_2d_canvas_enabled = false;
- web_prefs->accelerated_video_enabled = false;
- web_prefs->accelerated_painting_enabled = false;
- web_prefs->accelerated_plugins_enabled = false;
}
#if defined(FILE_MANAGER_EXTENSION)