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

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

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: removed FrameViewBase.h file now that dependent CL submitted Created 3 years, 7 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 c9683ae60dde99f05576f779e594b990bad25c79..c39682762dc7f3caf4bce683e59babe6f446b54e 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 ConvertFromContainingFrameViewBaseToScrollbar(
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