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

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

Issue 1513573013: Don't call LayoutPart::widgetPositionsUpdated unnecessarily. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/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;

Powered by Google App Engine
This is Rietveld 408576698