Index: Source/platform/scroll/FramelessScrollView.h |
diff --git a/Source/platform/scroll/FramelessScrollView.h b/Source/platform/scroll/FramelessScrollView.h |
index 29c7193fb43ed8ee03a9afb7decf45e5b10f436b..79d1de647e04482defc2b7039786525bc1fee881 100644 |
--- a/Source/platform/scroll/FramelessScrollView.h |
+++ b/Source/platform/scroll/FramelessScrollView.h |
@@ -68,7 +68,7 @@ public: |
// ScrollableArea public methods: |
virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE; |
- virtual bool isActive() const OVERRIDE; |
+ virtual bool isActiveFocus() const OVERRIDE; |
virtual bool scrollbarsCanBeActive() const OVERRIDE; |
virtual IntRect scrollableAreaBoundingBox() const OVERRIDE; |