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

Unified Diff: Source/WebCore/page/scrolling/ScrollingCoordinator.h

Issue 11644037: Revert 138188 (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. 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/WebCore/page/Frame.cpp ('k') | Source/WebCore/page/scrolling/ScrollingCoordinator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/scrolling/ScrollingCoordinator.h
===================================================================
--- Source/WebCore/page/scrolling/ScrollingCoordinator.h (revision 138208)
+++ Source/WebCore/page/scrolling/ScrollingCoordinator.h (working copy)
@@ -29,7 +29,6 @@
#include "IntRect.h"
#include "LayoutRect.h"
#include "PlatformWheelEvent.h"
-#include "RenderObject.h"
#include "ScrollTypes.h"
#include "Timer.h"
#include <wtf/Forward.h>
@@ -51,7 +50,6 @@
enum ScrollingNodeType { ScrollingNode, FixedNode };
-class Document;
class Frame;
class FrameView;
class GraphicsLayer;
@@ -151,12 +149,7 @@
virtual void scrollableAreaScrollLayerDidChange(ScrollableArea*, GraphicsLayer*) { }
virtual void setLayerIsContainerForFixedPositionLayers(GraphicsLayer*, bool) { }
virtual void setLayerIsFixedToContainerLayer(GraphicsLayer*, bool) { }
- virtual void touchEventTargetRectsDidChange(const Document*) { }
-#if ENABLE(TOUCH_EVENT_TRACKING)
- void computeAbsoluteTouchEventTargetRects(const Document*, Vector<IntRect>&);
-#endif
-
static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons);
String mainThreadScrollingReasonsAsText() const;
« no previous file with comments | « Source/WebCore/page/Frame.cpp ('k') | Source/WebCore/page/scrolling/ScrollingCoordinator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698