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

Unified Diff: content/public/renderer/browser_plugin_delegate.h

Issue 624063002: <webview>: resizing with display:none set should resize on attachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Istiaque's comments Created 6 years, 2 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
Index: content/public/renderer/browser_plugin_delegate.h
diff --git a/content/public/renderer/browser_plugin_delegate.h b/content/public/renderer/browser_plugin_delegate.h
index e90ced2a0a6d162a10e75ae44de1271bbbf0eeab..08c1599e968bc2b2bf5784221231e84b9aac7b33 100644
--- a/content/public/renderer/browser_plugin_delegate.h
+++ b/content/public/renderer/browser_plugin_delegate.h
@@ -22,6 +22,10 @@ class CONTENT_EXPORT BrowserPluginDelegate {
const std::string& mime_type) {}
virtual ~BrowserPluginDelegate() {}
+ // Called when the BrowserPlugin's geometry has been computed for the first
+ // time.
+ virtual void Ready() {}
+
// Called when plugin document has finished loading.
virtual void DidFinishLoading() {}
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/shim/main.js ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698