| 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 c899e8d1601a45320da106db53ded9b24b35ff3d..ed5b857d216cf4b280be4e675cfa90f88bdbb953 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -39,6 +39,7 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual WebKit::WebPlugin* CreatePluginReplacement(const FilePath& file_path);
|
| virtual PlatformImage2D* CreateImage2D(int width, int height);
|
| virtual PlatformContext3D* CreateContext3D();
|
| + virtual void ReparentContext(PlatformContext3D*);
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
| media::VideoDecodeAccelerator::Client* client,
|
| int32 command_buffer_route_id);
|
|
|