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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.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/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index 8a3e916091b40dc774ef1e0bfbfb2dbde21e8ea6..7c27f3c33212ffd9a1b9acd15c9b30f84aacf74e 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -427,7 +427,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
IntRect RectForHorizontalScrollbar(const IntRect& border_box_rect) const;
IntRect RectForVerticalScrollbar(const IntRect& border_box_rect) const;
- FrameViewBase* GetFrameViewBase() override;
+ bool ScheduleAnimation() override;
bool ShouldPerformScrollAnchoring() const override;
ScrollAnchor* GetScrollAnchor() override { return &scroll_anchor_; }
bool IsPaintLayerScrollableArea() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698