Chromium Code Reviews

Unified Diff: Source/WebCore/page/scrolling/chromium/ScrollingCoordinatorChromium.h

Issue 11612021: Revert 137939 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/WebCore/page/scrolling/chromium/ScrollingCoordinatorChromium.h
===================================================================
--- Source/WebCore/page/scrolling/chromium/ScrollingCoordinatorChromium.h (revision 138019)
+++ Source/WebCore/page/scrolling/chromium/ScrollingCoordinatorChromium.h (working copy)
@@ -68,16 +68,12 @@
// Should be called whenever the scrollable layer for the given scroll area changes.
virtual void scrollableAreaScrollLayerDidChange(ScrollableArea*, GraphicsLayer*);
- // Should be called whenever touch handlers are registered, removed, or moved.
- virtual void touchEventTargetRectsDidChange(const Document*) OVERRIDE;
-
private:
virtual void recomputeWheelEventHandlerCountForFrameView(FrameView*);
virtual void setShouldUpdateScrollLayerPositionOnMainThread(MainThreadScrollingReasons);
void setScrollLayer(GraphicsLayer*);
void setNonFastScrollableRegion(const Region&);
- void setTouchEventTargetRects(const Vector<IntRect>&);
void setWheelEventHandlerCount(unsigned);
PassOwnPtr<WebKit::WebScrollbarLayer> createScrollbarLayer(Scrollbar*, WebKit::WebLayer* scrollLayer, GraphicsLayer* scrollbarGraphicsLayer, FrameView*);

Powered by Google App Engine