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

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

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/web/WebLocalFrameImpl.cpp ('k') | sky/engine/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebRuntimeFeatures.cpp
diff --git a/sky/engine/web/WebRuntimeFeatures.cpp b/sky/engine/web/WebRuntimeFeatures.cpp
index 6e20af1976f278181b13f3f6b1d6f09acc31395e..a01e247afd036492b8d472f3ed9579c80766650c 100644
--- a/sky/engine/web/WebRuntimeFeatures.cpp
+++ b/sky/engine/web/WebRuntimeFeatures.cpp
@@ -63,11 +63,6 @@ void WebRuntimeFeatures::enableExperimentalCanvasFeatures(bool enable)
RuntimeEnabledFeatures::setExperimentalCanvasFeaturesEnabled(enable);
}
-void WebRuntimeFeatures::enableFastMobileScrolling(bool enable)
-{
- RuntimeEnabledFeatures::setFastMobileScrollingEnabled(enable);
-}
-
void WebRuntimeFeatures::enableFileSystem(bool enable)
{
RuntimeEnabledFeatures::setFileSystemEnabled(enable);
« no previous file with comments | « sky/engine/web/WebLocalFrameImpl.cpp ('k') | sky/engine/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698