Index: webkit/plugins/ppapi/mock_plugin_delegate.h |
=================================================================== |
--- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 134628) |
+++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy) |
@@ -28,7 +28,6 @@ |
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( |