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

Unified Diff: Source/web/WebPluginContainerImpl.h

Issue 1157943002: Add a setNeedsLayout method to WebPluginContainer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months 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
« no previous file with comments | « no previous file | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginContainerImpl.h
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
index 2ff90c7866c2812da590bf6f90818461db383736..0a69af6a67e84caf63da83cbb6c9cc45a0164bbf 100644
--- a/Source/web/WebPluginContainerImpl.h
+++ b/Source/web/WebPluginContainerImpl.h
@@ -102,6 +102,7 @@ public:
virtual void invalidate() override;
virtual void invalidateRect(const WebRect&) override;
virtual void scrollRect(const WebRect&) override;
+ virtual void setNeedsLayout() override;
virtual void reportGeometry() override;
virtual void allowScriptObjects() override;
virtual void clearScriptObjects() override;
« no previous file with comments | « no previous file | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698