| Index: content/renderer/pepper/pepper_flash_renderer_host.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_flash_renderer_host.h (revision 172925)
|
| +++ content/renderer/pepper/pepper_flash_renderer_host.h (working copy)
|
| @@ -5,24 +5,10 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PEPPER_FLASH_RENDERER_HOST_H_
|
| #define CONTENT_RENDERER_PEPPER_PEPPER_FLASH_RENDERER_HOST_H_
|
|
|
| -#include <string>
|
| -
|
| #include "base/basictypes.h"
|
| #include "ppapi/host/host_message_context.h"
|
| #include "ppapi/host/resource_host.h"
|
|
|
| -struct PP_Rect;
|
| -
|
| -namespace ppapi {
|
| -struct URLRequestInfoData;
|
| -}
|
| -
|
| -namespace ppapi {
|
| -namespace proxy {
|
| -struct PPBFlash_DrawGlyphs_Params;
|
| -}
|
| -}
|
| -
|
| namespace content {
|
|
|
| class RendererPpapiHost;
|
| @@ -42,20 +28,7 @@
|
| private:
|
| int32_t OnMsgGetProxyForURL(ppapi::host::HostMessageContext* host_context,
|
| const std::string& url);
|
| - int32_t OnMsgSetInstanceAlwaysOnTop(
|
| - ppapi::host::HostMessageContext* host_context,
|
| - bool on_top);
|
| - int32_t OnMsgDrawGlyphs(ppapi::host::HostMessageContext* host_context,
|
| - ppapi::proxy::PPBFlash_DrawGlyphs_Params params);
|
| - int32_t OnMsgNavigate(ppapi::host::HostMessageContext* host_context,
|
| - const ppapi::URLRequestInfoData& data,
|
| - const std::string& target,
|
| - bool from_user_action);
|
| - int32_t OnMsgIsRectTopmost(ppapi::host::HostMessageContext* host_context,
|
| - const PP_Rect& rect);
|
|
|
| - RendererPpapiHost* host_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(PepperFlashRendererHost);
|
| };
|
|
|
|
|