| 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;
|
|
|