Index: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h |
index 672e9e4a16ae0e4b3704399f62baacfee44aead7..6ff8ead0f1408979a516e5289ac1ad216682e188 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h |
@@ -56,7 +56,7 @@ class CORE_EXPORT SVGImageChromeClient final : public EmptyChromeClient { |
void ChromeDestroyed() override; |
void InvalidateRect(const IntRect&) override; |
- void ScheduleAnimation(LocalFrame*) override; |
+ void ScheduleAnimation(const PlatformLocalFrame*) override; |
void SetTimer(std::unique_ptr<TimerBase>); |
void AnimationTimerFired(TimerBase*); |