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

Unified Diff: third_party/WebKit/Source/platform/FrameViewBase.h

Issue 2727913005: Rename FrameView fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: Rename FrameView fields and methods *Widget* to ...FrameViewBase... Created 3 years, 9 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 cc66a10d7aea30cdbede75cbb1a750b50722c253..2c3e03c2b3f966001e0824a10f5b106e07d86983 100644
--- a/third_party/WebKit/Source/platform/FrameViewBase.h
+++ b/third_party/WebKit/Source/platform/FrameViewBase.h
@@ -110,7 +110,7 @@ class PLATFORM_EXPORT FrameViewBase
virtual void frameRectsChanged() {}
- virtual void widgetGeometryMayHaveChanged() {}
+ virtual void geometryMayHaveChanged() {}
virtual IntRect convertToContainingFrameViewBase(const IntRect&) const;
virtual IntRect convertFromContainingFrameViewBase(const IntRect&) const;

Powered by Google App Engine
This is Rietveld 408576698