| 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 5f47647ea2cda5f57319997a95ec3de9d61e4d5a..fcc28906d4d85534245d0bff7666a1a105adf99f 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -41,7 +41,6 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual PlatformGraphics2D* GetGraphics2D(PluginInstance* instance,
|
| PP_Resource graphics_2d);
|
| virtual PlatformContext3D* CreateContext3D();
|
| - virtual void ReparentContext(PlatformContext3D*);
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
| media::VideoDecodeAccelerator::Client* client,
|
| int32 command_buffer_route_id);
|
|
|