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 c2c2a5062af53fcf6ad8d61c3264dd11f5342142..737a19edd18daf40920b9c74b817383beb40e492 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.h |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h |
@@ -98,6 +98,11 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver { |
BrowserPluginGuestManager* GetBrowserPluginGuestManager(); |
+ bool DidSendScreenRectsCallback(BrowserPluginGuest* guest); |
+ |
+ bool UnlockMouseIfNecessaryCallback(const NativeWebKeyboardEvent& event, |
+ BrowserPluginGuest* guest); |
+ |
// Message handlers. |
void OnAllocateInstanceID(int request_id); |