| Index: third_party/WebKit/Source/platform/Widget.h
|
| diff --git a/third_party/WebKit/Source/platform/Widget.h b/third_party/WebKit/Source/platform/Widget.h
|
| index 123bb8cf187cdf77d1bed67738db87ae69b5e16f..d5f1b6ae34a044534e4d187025514fe10c9c9c46 100644
|
| --- a/third_party/WebKit/Source/platform/Widget.h
|
| +++ b/third_party/WebKit/Source/platform/Widget.h
|
| @@ -106,8 +106,7 @@ public:
|
|
|
| virtual void frameRectsChanged() { }
|
|
|
| - // Notifies this widget that other widgets on the page have been repositioned.
|
| - virtual void widgetPositionsUpdated() { }
|
| + virtual void widgetGeometryMayHaveChanged() { }
|
|
|
| virtual IntRect convertToContainingWidget(const IntRect&) const;
|
| virtual IntRect convertFromContainingWidget(const IntRect&) const;
|
|
|