Index: Source/platform/graphics/GraphicsLayerTest.cpp |
diff --git a/Source/platform/graphics/GraphicsLayerTest.cpp b/Source/platform/graphics/GraphicsLayerTest.cpp |
index 20fefbd824a125d7e4afa200b280440531bfd1da..206ea0f4682539b200ee42010925aa5a73f18ed0 100644 |
--- a/Source/platform/graphics/GraphicsLayerTest.cpp |
+++ b/Source/platform/graphics/GraphicsLayerTest.cpp |
@@ -126,7 +126,7 @@ TEST_F(GraphicsLayerTest, updateLayerShouldFlattenTransformWithAnimations) |
class FakeScrollableArea : public ScrollableArea { |
public: |
- virtual bool isActive() const OVERRIDE { return false; } |
+ virtual bool isActiveFocus() const OVERRIDE { return false; } |
virtual int scrollSize(ScrollbarOrientation) const OVERRIDE { return 100; } |
virtual bool isScrollCornerVisible() const OVERRIDE { return false; } |
virtual IntRect scrollCornerRect() const OVERRIDE { return IntRect(); } |