| 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 e62ecc0355e6af187d1c2c47a62d8cc2f0860f4f..93d14a9c516a93888656e3f5f8c022d451ff38c3 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -28,6 +28,7 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual void InstanceCreated(PluginInstance* instance);
|
| virtual void InstanceDeleted(PluginInstance* instance);
|
| virtual SkBitmap* GetSadPluginBitmap();
|
| + virtual WebKit::WebPlugin* CreatePluginReplacement(const FilePath& file_path);
|
| virtual PlatformImage2D* CreateImage2D(int width, int height);
|
| virtual PlatformContext3D* CreateContext3D();
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
|
|