diff options
Diffstat (limited to 'chrome/plugin/webplugin_delegate_stub.h')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h index 5a04758..efe93c10 100644 --- a/chrome/plugin/webplugin_delegate_stub.h +++ b/chrome/plugin/webplugin_delegate_stub.h @@ -80,7 +80,10 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, #if defined(OS_MACOSX) void OnSetWindowFocus(bool has_focus); - void OnSetContainerVisibility(bool is_visible); + void OnContainerHidden(); + void OnContainerShown(gfx::Rect window_frame, gfx::Rect view_frame, + bool has_focus); + void OnWindowFrameChanged(gfx::Rect window_frame, gfx::Rect view_frame); #endif void OnDidReceiveManualResponse( |