Index: Source/core/frame/PinchViewport.h |
diff --git a/Source/core/frame/PinchViewport.h b/Source/core/frame/PinchViewport.h |
index ef7fbc84038d2eb7ca1ba6a8620e807f379e8035..db1adb93c1cb7d3a95e4b166b826dbacfabee5d2 100644 |
--- a/Source/core/frame/PinchViewport.h |
+++ b/Source/core/frame/PinchViewport.h |
@@ -95,7 +95,7 @@ public: |
FloatRect visibleRect() const; |
private: |
// ScrollableArea implementation |
- virtual bool isActive() const OVERRIDE { return false; } |
+ virtual bool isActiveFocus() const OVERRIDE { return false; } |
virtual int scrollSize(ScrollbarOrientation) const OVERRIDE; |
virtual bool isScrollCornerVisible() const OVERRIDE { return false; } |
virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); } |