X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Fplugin_process_host.h;h=1006eb1cf1faa1a89636512909c4fc3c5464980f;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=71c758039ba560c1551703a6b187a946b890ff9c;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/plugin_process_host.h b/src/content/browser/plugin_process_host.h index 71c7580..1006eb1 100644 --- a/src/content/browser/plugin_process_host.h +++ b/src/content/browser/plugin_process_host.h @@ -20,10 +20,10 @@ #include "content/public/browser/browser_child_process_host_delegate.h" #include "content/public/browser/browser_child_process_host_iterator.h" #include "content/public/common/process_type.h" +#include "content/public/common/resource_type.h" #include "content/public/common/webplugininfo.h" #include "ipc/ipc_channel_proxy.h" #include "ui/gfx/native_widget_types.h" -#include "webkit/common/resource_type.h" struct ResourceHostMsg_Request; @@ -134,8 +134,6 @@ class CONTENT_EXPORT PluginProcessHost : public BrowserChildProcessHostDelegate, #endif #if defined(OS_MACOSX) - void OnPluginSelectWindow(uint32 window_id, gfx::Rect window_rect, - bool modal); void OnPluginShowWindow(uint32 window_id, gfx::Rect window_rect, bool modal); void OnPluginHideWindow(uint32 window_id, gfx::Rect window_rect);