| Index: content/browser/browser_plugin/browser_plugin_embedder.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| index 107fa618686bea84da907e14f2e04356cfbd01a4..a1633605d9f6bd97cd827cb65e5cc619bb5e5d2f 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -52,6 +52,9 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
|
| int y,
|
| const WebContents::GetRenderViewHostCallback& callback);
|
|
|
| + // Returns this embedder's WebContentsImpl.
|
| + WebContentsImpl* GetWebContents();
|
| +
|
| // Called when embedder's |rwh| has sent screen rects to renderer.
|
| void DidSendScreenRects();
|
|
|
|
|