| 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 a3a35b06f2ddf30cef68639974ea06b34240754e..4fa945ffe2364e01e625379cd48825b44f515037 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);
|
|
|