diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 20:25:27 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 20:25:27 +0000 |
commit | df5536d0084ac6d27d9219202cb07b9248760330 (patch) | |
tree | f04d058289e157159d6b1e040213273ee6801716 /webkit/glue | |
parent | ee8e22d03d2cba1c0ac9b17804af143536269944 (diff) | |
download | chromium_src-df5536d0084ac6d27d9219202cb07b9248760330.zip chromium_src-df5536d0084ac6d27d9219202cb07b9248760330.tar.gz chromium_src-df5536d0084ac6d27d9219202cb07b9248760330.tar.bz2 |
This function no longer does anything. Remove the caller so we can delete the
function. andersca tells me this comment is wrong and that this setting
doesn't actually affect the resize corner.
See https://bugs.webkit.org/show_bug.cgi?id=69300 for more context.
Review URL: http://codereview.chromium.org/8122010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/webpreferences.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc index 6bd15e5..08fd7db 100644 --- a/webkit/glue/webpreferences.cc +++ b/webkit/glue/webpreferences.cc @@ -213,9 +213,6 @@ void WebPreferences::Apply(WebView* web_view) const { settings->setFontRenderingModeNormal(); settings->setJavaEnabled(java_enabled); - // Turn this on to cause WebCore to paint the resize corner for us. - settings->setShouldPaintCustomScrollbars(true); - // By default, allow_universal_access_from_file_urls is set to false and thus // we mitigate attacks from local HTML files by not granting file:// URLs // universal access. Only test shell will enable this. |