Index: webkit/glue/webpreferences.cc |
=================================================================== |
--- webkit/glue/webpreferences.cc (revision 103294) |
+++ webkit/glue/webpreferences.cc (working copy) |
@@ -213,9 +213,6 @@ |
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. |