Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 90ab1f2a85aed0d9633f9acb4a32be94b58cf8bd..f7a2da3e81f096bd0d435d97b3257f6c7b04bb71 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -461,7 +461,7 @@ public: |
// Returns true if the event leads to scrolling. |
static bool mapKeyCodeForScroll( |
int keyCode, |
- ScrollDirection*, |
+ ScrollDirectionPhysical*, |
ScrollGranularity*); |
// Called by a full frame plugin inside this view to inform it that its |