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..5ad210372c33cfbd6076652bc89344d6347546b4 100644 |
--- a/third_party/WebKit/Source/platform/Widget.h |
+++ b/third_party/WebKit/Source/platform/Widget.h |
@@ -107,7 +107,7 @@ public: |
virtual void frameRectsChanged() { } |
// Notifies this widget that other widgets on the page have been repositioned. |
- virtual void widgetPositionsUpdated() { } |
+ virtual void widgetGeometriesUpdated() { } |
virtual IntRect convertToContainingWidget(const IntRect&) const; |
virtual IntRect convertFromContainingWidget(const IntRect&) const; |