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

Unified Diff: sky/engine/web/WebSettingsImpl.cpp

Issue 689283003: Remove scroll corners and resizers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/web/WebSettingsImpl.h ('k') | sky/viewer/platform/webthemeengine_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebSettingsImpl.cpp
diff --git a/sky/engine/web/WebSettingsImpl.cpp b/sky/engine/web/WebSettingsImpl.cpp
index fafaec6a43efb2612e51f86a4685baeb019e31a7..472365c0b5c52a032046ff7a1fd10aaedec7e2a1 100644
--- a/sky/engine/web/WebSettingsImpl.cpp
+++ b/sky/engine/web/WebSettingsImpl.cpp
@@ -190,11 +190,6 @@ void WebSettingsImpl::setShrinksViewportContentToFit(bool shrinkViewportContent)
m_shrinksViewportContentToFit = shrinkViewportContent;
}
-void WebSettingsImpl::setTextAreasAreResizable(bool areResizable)
-{
- m_settings->setTextAreasAreResizable(areResizable);
-}
-
void WebSettingsImpl::setUseWideViewport(bool useWideViewport)
{
m_settings->setUseWideViewport(useWideViewport);
« no previous file with comments | « sky/engine/web/WebSettingsImpl.h ('k') | sky/viewer/platform/webthemeengine_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698