| Index: webkit/plugins/ppapi/ppb_flash_impl.h
|
| diff --git a/webkit/plugins/ppapi/ppb_flash_impl.h b/webkit/plugins/ppapi/ppb_flash_impl.h
|
| index 7c2c690e7ede33d680433a16befbc7a1f1a97f55..f407fe51d8e0ec688de1f537f0b171d0eff4c739 100644
|
| --- a/webkit/plugins/ppapi/ppb_flash_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_flash_impl.h
|
| @@ -21,35 +21,6 @@ class PPB_Flash_Impl : public ::ppapi::thunk::PPB_Flash_API {
|
| explicit PPB_Flash_Impl(PluginInstance* instance);
|
| virtual ~PPB_Flash_Impl();
|
|
|
| - // PPB_Flash_API.
|
| - virtual void SetInstanceAlwaysOnTop(PP_Instance instance,
|
| - PP_Bool on_top) OVERRIDE;
|
| - virtual PP_Bool DrawGlyphs(
|
| - PP_Instance instance,
|
| - PP_Resource pp_image_data,
|
| - const PP_BrowserFont_Trusted_Description* font_desc,
|
| - uint32_t color,
|
| - const PP_Point* position,
|
| - const PP_Rect* clip,
|
| - const float transformation[3][3],
|
| - PP_Bool allow_subpixel_aa,
|
| - uint32_t glyph_count,
|
| - const uint16_t glyph_indices[],
|
| - const PP_Point glyph_advances[]) OVERRIDE;
|
| - virtual int32_t Navigate(PP_Instance instance,
|
| - PP_Resource request_info,
|
| - const char* target,
|
| - PP_Bool from_user_action) OVERRIDE;
|
| - virtual int32_t Navigate(PP_Instance instance,
|
| - const ::ppapi::URLRequestInfoData& data,
|
| - const char* target,
|
| - PP_Bool from_user_action) OVERRIDE;
|
| - virtual PP_Bool IsRectTopmost(PP_Instance instance,
|
| - const PP_Rect* rect) OVERRIDE;
|
| -
|
| - private:
|
| - PluginInstance* instance_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(PPB_Flash_Impl);
|
| };
|
|
|
|
|