| 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*,
|
|
|