Index: Source/platform/scroll/ScrollView.h |
diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h |
index 3eb8d3b3681c7f960f940dccdbf99912cdd6a994..47d50c16ec90864623e0d7da675435b9796ffce4 100644 |
--- a/Source/platform/scroll/ScrollView.h |
+++ b/Source/platform/scroll/ScrollView.h |
@@ -204,7 +204,8 @@ public: |
virtual void setFrameRect(const IntRect&) OVERRIDE; |
// For platforms that need to hit test scrollbars from within the engine's event handlers (like Win32). |
- Scrollbar* scrollbarAtPoint(const IntPoint& windowPoint); |
+ Scrollbar* scrollbarAtWindowPoint(const IntPoint& windowPoint); |
+ Scrollbar* scrollbarAtViewPoint(const IntPoint& viewPoint); |
virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const OVERRIDE |
{ |