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

Unified Diff: third_party/WebKit/Source/platform/scroll/Scrollbar.h

Issue 2730773003: Rename FrameViewBase fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
index 8a1f8d6f199580a0b66137a734edb44c6fb6c59c..b46547424b9eff6ee12861d0f1adeddb99b2e80d 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -156,11 +156,11 @@ class PLATFORM_EXPORT Scrollbar : public FrameViewBase,
ScrollbarTheme& theme() const { return m_theme; }
- IntRect convertToContainingWidget(const IntRect&) const override;
- IntRect convertFromContainingWidget(const IntRect&) const override;
+ IntRect convertToContainingFrameViewBase(const IntRect&) const override;
+ IntRect convertFromContainingFrameViewBase(const IntRect&) const override;
- IntPoint convertToContainingWidget(const IntPoint&) const override;
- IntPoint convertFromContainingWidget(const IntPoint&) const override;
+ IntPoint convertToContainingFrameViewBase(const IntPoint&) const override;
+ IntPoint convertFromContainingFrameViewBase(const IntPoint&) const override;
void moveThumb(int pos, bool draggingDocument = false);
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollableArea.h ('k') | third_party/WebKit/Source/platform/scroll/Scrollbar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698