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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2725273002: Rename ScrollableArea fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: Rename ScrollableArea *Widget* to ...FrameViewBase... Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index fb96df8cb45c03d11b98cc8be85c1c0928340211..778f2a3f3df0ff190ffb7aa35031e8fe2cbdfd05 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -442,7 +442,7 @@ class CORE_EXPORT FrameView final
bool isScrollCornerVisible() const override;
bool userInputScrollable(ScrollbarOrientation) const override;
bool shouldPlaceVerticalScrollbarOnLeft() const override;
- FrameViewBase* getWidget() override;
+ FrameViewBase* getFrameViewBase() override;
CompositorAnimationHost* compositorAnimationHost() const override;
CompositorAnimationTimeline* compositorAnimationTimeline() const override;
LayoutBox* layoutBox() const override;
@@ -646,14 +646,16 @@ class CORE_EXPORT FrameView final
bool scrollbarCornerPresent() const;
IntRect scrollCornerRect() const override;
- IntRect convertFromScrollbarToContainingWidget(const Scrollbar&,
- const IntRect&) const override;
- IntRect convertFromContainingWidgetToScrollbar(const Scrollbar&,
- const IntRect&) const override;
- IntPoint convertFromScrollbarToContainingWidget(
+ IntRect convertFromScrollbarToContainingFrameViewBase(
+ const Scrollbar&,
+ const IntRect&) const override;
+ IntRect convertFromContainingFrameViewBaseToScrollbar(
+ const Scrollbar&,
+ const IntRect&) const override;
+ IntPoint convertFromScrollbarToContainingFrameViewBase(
const Scrollbar&,
const IntPoint&) const override;
- IntPoint convertFromContainingWidgetToScrollbar(
+ IntPoint convertFromContainingFrameViewBaseToScrollbar(
const Scrollbar&,
const IntPoint&) const override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698