Index: third_party/WebKit/Source/web/InspectorOverlay.cpp |
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
index 8faf981df8ac26019097781bb1550aa6d1dafca0..c128095a0b9d735b9b606b0efafc6d0a187b4e79 100644 |
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp |
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp |
@@ -161,11 +161,11 @@ class InspectorOverlay::InspectorOverlayChromeClient final |
void invalidateRect(const IntRect&) override { m_overlay->invalidate(); } |
- void scheduleAnimation(Widget* widget) override { |
+ void scheduleAnimation(FrameViewBase* frameViewBase) override { |
if (m_overlay->m_inLayout) |
return; |
- m_client->scheduleAnimation(widget); |
+ m_client->scheduleAnimation(frameViewBase); |
} |
private: |