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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: Add back FrameView::paint_scrollbars_ to hold PaintLayer scrollbars 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 379850289913dd148d089d747f49dd3a4fc2e5a3..9ec83221ac8c1c8fa0a352b52b133273b9e61840 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -269,6 +269,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
IntPoint ConvertFromContainingFrameViewToScrollbar(
const Scrollbar&,
const IntPoint&) const override;
+ IntPoint ConvertFromRootFrame(const IntPoint&) const override;
int ScrollSize(ScrollbarOrientation) const override;
IntSize ScrollOffsetInt() const override;
ScrollOffset GetScrollOffset() const override;

Powered by Google App Engine
This is Rietveld 408576698