| 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 886823f06999112aab3e912bc0b4239cedb8093e..ac9c0ee3b8e0d076c52407ee5b49350881d2bb58 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(
|
|
|