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

Unified Diff: third_party/WebKit/Source/platform/FrameViewBase.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/FrameViewBase.h
diff --git a/third_party/WebKit/Source/platform/FrameViewBase.h b/third_party/WebKit/Source/platform/FrameViewBase.h
index 6692b28a167a2555a9624f401798de832d34a3e7..cc66a10d7aea30cdbede75cbb1a750b50722c253 100644
--- a/third_party/WebKit/Source/platform/FrameViewBase.h
+++ b/third_party/WebKit/Source/platform/FrameViewBase.h
@@ -112,10 +112,10 @@ class PLATFORM_EXPORT FrameViewBase
virtual void widgetGeometryMayHaveChanged() {}
- virtual IntRect convertToContainingWidget(const IntRect&) const;
- virtual IntRect convertFromContainingWidget(const IntRect&) const;
- virtual IntPoint convertToContainingWidget(const IntPoint&) const;
- virtual IntPoint convertFromContainingWidget(const IntPoint&) const;
+ virtual IntRect convertToContainingFrameViewBase(const IntRect&) const;
+ virtual IntRect convertFromContainingFrameViewBase(const IntRect&) const;
+ virtual IntPoint convertToContainingFrameViewBase(const IntPoint&) const;
+ virtual IntPoint convertFromContainingFrameViewBase(const IntPoint&) const;
// Virtual methods to convert points to/from child frameviewbases.
virtual IntPoint convertChildToSelf(const FrameViewBase*,
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/platform/FrameViewBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698