| Index: content/renderer/pepper/renderer_ppapi_host_impl.h
|
| diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.h b/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| index ff0341dd6b8496e0520f6698730b5767c7eb9200..112bbcf0ecb20c62e4130d5a8379ac68d416f56d 100644
|
| --- a/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| +++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
|
| @@ -10,6 +10,7 @@
|
| #include "content/public/renderer/renderer_ppapi_host.h"
|
| #include "content/renderer/pepper/content_renderer_pepper_host_factory.h"
|
| #include "ppapi/host/ppapi_host.h"
|
| +#include "webkit/plugins/ppapi/plugin_delegate.h"
|
| #include "webkit/plugins/ppapi/plugin_module.h"
|
|
|
| namespace IPC {
|
| @@ -84,6 +85,8 @@ class RendererPpapiHostImpl
|
| // RendererPpapiHost.
|
| virtual ppapi::host::PpapiHost* GetPpapiHost() OVERRIDE;
|
| virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE;
|
| + virtual webkit::ppapi::PluginDelegate::PlatformGraphics2D*
|
| + GetPlatformGraphics2D(PP_Resource resource) OVERRIDE;
|
| virtual RenderView* GetRenderViewForInstance(
|
| PP_Instance instance) const OVERRIDE;
|
| virtual bool HasUserGesture(PP_Instance instance) const OVERRIDE;
|
|
|