Index: Source/core/rendering/RenderLayerScrollableArea.h |
diff --git a/Source/core/rendering/RenderLayerScrollableArea.h b/Source/core/rendering/RenderLayerScrollableArea.h |
index d94a4063dcc4dc43eaeadc349648cb58a5f4372e..45bc661f73ea5f75fd1931917d37b14f2d53ce20 100644 |
--- a/Source/core/rendering/RenderLayerScrollableArea.h |
+++ b/Source/core/rendering/RenderLayerScrollableArea.h |
@@ -84,7 +84,7 @@ public: |
virtual bool usesCompositedScrolling() const OVERRIDE; |
virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE; |
virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE; |
- virtual bool isActive() const OVERRIDE; |
+ virtual bool isActiveFocus() const OVERRIDE; |
virtual bool isScrollCornerVisible() const OVERRIDE; |
virtual IntRect scrollCornerRect() const OVERRIDE; |
virtual IntRect convertFromScrollbarToContainingView(const Scrollbar*, const IntRect&) const OVERRIDE; |