Index: third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
index 93495bbc41f9dca425ed4a697cdd73f2d3cd1fa7..fa267a268310ef49268aa9bfa88a793cff3b1557 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp |
@@ -43,7 +43,7 @@ class MockChromeClient : public EmptyChromeClient { |
MockSetToolTip(&frame, tooltip_text, dir); |
} |
- void ScheduleAnimation(LocalFrame*) override { |
+ void ScheduleAnimation(const PlatformLocalFrame*) override { |
has_scheduled_animation_ = true; |
} |
bool has_scheduled_animation_; |