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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.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
« 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 e02bffd3737469a2d86e41354e57a2b316ae6cdc..fb96df8cb45c03d11b98cc8be85c1c0928340211 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -954,10 +954,10 @@ class CORE_EXPORT FrameView final
// Override FrameViewBase methods to do point conversion via layoutObjects, in
// order to take transforms into account.
- IntRect convertToContainingWidget(const IntRect&) const override;
- IntRect convertFromContainingWidget(const IntRect&) const override;
- IntPoint convertToContainingWidget(const IntPoint&) const override;
- IntPoint convertFromContainingWidget(const IntPoint&) const override;
+ IntRect convertToContainingFrameViewBase(const IntRect&) const override;
+ IntRect convertFromContainingFrameViewBase(const IntRect&) const override;
+ IntPoint convertToContainingFrameViewBase(const IntPoint&) const override;
+ IntPoint convertFromContainingFrameViewBase(const IntPoint&) const override;
void didChangeGlobalRootScroller() 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