summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/page/AutoscrollController.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/page/AutoscrollController.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/page/AutoscrollController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/page/AutoscrollController.h b/chromium/third_party/WebKit/Source/core/page/AutoscrollController.h
index c66b3a06bc1..62f7fd6a3bb 100644
--- a/chromium/third_party/WebKit/Source/core/page/AutoscrollController.h
+++ b/chromium/third_party/WebKit/Source/core/page/AutoscrollController.h
@@ -32,7 +32,7 @@
namespace WebCore {
class EventHandler;
-class Frame;
+class LocalFrame;
class FrameView;
class Node;
class Page;
@@ -65,7 +65,7 @@ public:
void updateAutoscrollRenderer();
void updateDragAndDrop(Node* targetNode, const IntPoint& eventPosition, double eventTime);
#if OS(WIN)
- void handleMouseReleaseForPanScrolling(Frame*, const PlatformMouseEvent&);
+ void handleMouseReleaseForPanScrolling(LocalFrame*, const PlatformMouseEvent&);
void startPanScrolling(RenderBox*, const IntPoint&);
#endif