| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index a2fd145b8c4e065d030ea2d04c9cad55f9e87a35..b6027c7a60bf8be8ebcf40da9bda716ee9e88f43 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -206,6 +206,9 @@ class PepperPluginDelegateImpl
|
| uint32_t sample_count,
|
| PlatformAudioInputClient* client) OVERRIDE;
|
| virtual PlatformImage2D* CreateImage2D(int width, int height) OVERRIDE;
|
| + virtual PlatformGraphics2D* GetGraphics2D(
|
| + webkit::ppapi::PluginInstance* instance,
|
| + PP_Resource resource) OVERRIDE;
|
| virtual PlatformContext3D* CreateContext3D() OVERRIDE;
|
| virtual void ReparentContext(PlatformContext3D*) OVERRIDE;
|
| virtual PlatformVideoCapture* CreateVideoCapture(
|
|
|