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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.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/web/WebPluginContainerImpl.h
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
index 318c5e6aa2b333e3611a8a4239669e89dd84fe35..5b635819840c3f6deb6a60b31e7253397b968d7e 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
@@ -90,7 +90,7 @@ public:
void frameRectsChanged() override;
void setParentVisible(bool) override;
void setParent(Widget*) override;
- void widgetPositionsUpdated() override;
+ void widgetGeometryMayHaveChanged() override;
bool isPluginContainer() const override { return true; }
void eventListenersRemoved() override;

Powered by Google App Engine
This is Rietveld 408576698