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

Unified Diff: Source/web/WebViewImpl.cpp

Issue 217893004: Interface cleanup for WebGestureCurveTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@input_fix_flingvel2
Patch Set: Rebase Created 6 years, 9 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 | « Source/web/WebViewImpl.h ('k') | public/platform/WebGestureCurveTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.cpp
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
index 67fe61ae318b2313c2a7cedd2f49903742a83238..fd26f49dcb878ac620ac8a705e3b8fd4f267e5e9 100644
--- a/Source/web/WebViewImpl.cpp
+++ b/Source/web/WebViewImpl.cpp
@@ -597,11 +597,6 @@ bool WebViewImpl::scrollBy(const WebFloatSize& delta, const WebFloatSize& veloci
return false;
}
-void WebViewImpl::scrollBy(const WebFloatSize& delta)
-{
- scrollBy(delta, WebFloatSize());
-}
-
bool WebViewImpl::handleGestureEvent(const WebGestureEvent& event)
{
bool eventSwallowed = false;
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | public/platform/WebGestureCurveTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698