| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index 39e072a3a8e042bf4519428ffbed24f850b90d07..20e533ecd7cfedfe43ca6f59579e277f9f4b1b90 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -37,6 +37,8 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual SkBitmap* GetSadPluginBitmap();
|
| virtual WebKit::WebPlugin* CreatePluginReplacement(const FilePath& file_path);
|
| virtual PlatformImage2D* CreateImage2D(int width, int height);
|
| + virtual PlatformGraphics2D* GetGraphics2D(PluginInstance* instance,
|
| + PP_Resource graphics_2d);
|
| virtual PlatformContext3D* CreateContext3D();
|
| virtual void ReparentContext(PlatformContext3D*);
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
|
|