Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / renderer / browser_plugin_delegate.h
index e90ced2..282adda 100644 (file)
@@ -18,10 +18,12 @@ class RenderFrame;
 // behavior of the plugin.
 class CONTENT_EXPORT BrowserPluginDelegate {
  public:
-  BrowserPluginDelegate(RenderFrame* render_frame,
-                        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() {}