Index: third_party/WebKit/Source/core/input/ScrollManager.h |
diff --git a/third_party/WebKit/Source/core/input/ScrollManager.h b/third_party/WebKit/Source/core/input/ScrollManager.h |
index a5f69d79d4ac6d3fead93c92fbdd4ef8849a5cc7..b87e24419aa2471867ca4683dcb1a69cb3db84aa 100644 |
--- a/third_party/WebKit/Source/core/input/ScrollManager.h |
+++ b/third_party/WebKit/Source/core/input/ScrollManager.h |
@@ -86,7 +86,7 @@ class CORE_EXPORT ScrollManager |
// These functions are related to |m_resizeScrollableArea|. |
bool inResizeMode() const; |
- void resize(const PlatformMouseEvent&); |
+ void resize(const WebMouseEvent&); |
// Clears |m_resizeScrollableArea|. if |shouldNotBeNull| is true this |
// function DCHECKs to make sure that variable is indeed not null. |
void clearResizeScrollableArea(bool shouldNotBeNull); |