Unreviewed, rolling out r137765. http://trac.webkit.org/changeset/137765 https://bugs.webkit.org/show_bug.cgi?id=105067 Breaks webkit_unit_tests and transferred flings (Requested by jamesr_ on #webkit). Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-12-14 Source/Platform: * chromium/public/WebInputHandler.h: (WebInputHandler): * chromium/public/WebLayerTreeView.h: (WebLayerTreeView): Source/WebKit/chromium: * src/WebCompositorInputHandlerImpl.cpp: (WebKit::WebCompositorInputHandlerImpl::WebCompositorInputHandlerImpl): (WebKit::WebCompositorInputHandlerImpl::handleInputEventInternal): (WebKit::WebCompositorInputHandlerImpl::handleGestureFling): * src/WebCompositorInputHandlerImpl.h: (WebCompositorInputHandlerImpl): * src/WebViewImpl.cpp: (WebKit::WebViewImpl::handleGestureEvent): (WebKit::WebViewImpl::handleKeyEvent): (WebKit::WebViewImpl::updateAnimations): (WebKit::WebViewImpl::didCommitLoad): git-svn-id: https://svn.webkit.org/repository/webkit/trunk/Source/Platform/chromium/public@137789 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebInputHandler.h b/WebInputHandler.h index dec5149..dfb23d5 100644 --- a/WebInputHandler.h +++ b/WebInputHandler.h
@@ -33,7 +33,6 @@ virtual void bindToClient(WebInputHandlerClient*) = 0; virtual void animate(double monotonicTime) = 0; - virtual void mainThreadHasStoppedFlinging() = 0; }; }
diff --git a/WebLayerTreeView.h b/WebLayerTreeView.h index 98196e8..780ba5d 100644 --- a/WebLayerTreeView.h +++ b/WebLayerTreeView.h
@@ -158,9 +158,6 @@ // mode. virtual void updateAnimations(double frameBeginTime) = 0; - // Relays the end of a fling animation. - virtual void didStopFlinging() { } - // Composites and attempts to read back the result into the provided // buffer. If it wasn't possible, e.g. due to context lost, will return // false. Pixel format is 32bit (RGBA), and the provided buffer must be