Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.h

Issue 2826893003: Remove ScrollableArea::GetFrameViewBase and move ScheduleAnimation into subclasses. (Closed)
Patch Set: Remove UNREACHED Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b2bc237c51a5d1aca811783a267ae545e65733b0..672e9e4a16ae0e4b3704399f62baacfee44aead7 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(FrameViewBase*) override;
+ void ScheduleAnimation(LocalFrame*) override;
void SetTimer(std::unique_ptr<TimerBase>);
void AnimationTimerFired(TimerBase*);

Powered by Google App Engine
This is Rietveld 408576698