Chromium Code Reviews| Index: webkit/plugins/ppapi/fullscreen_container.h |
| diff --git a/webkit/plugins/ppapi/fullscreen_container.h b/webkit/plugins/ppapi/fullscreen_container.h |
| index acfe375d21c4fc2222950791ea79bc8a1c76fc70..6b23afd8b3de437be6f9af6b30288d27154f4060 100644 |
| --- a/webkit/plugins/ppapi/fullscreen_container.h |
| +++ b/webkit/plugins/ppapi/fullscreen_container.h |
| @@ -37,8 +37,6 @@ class FullscreenContainer { |
| virtual PluginDelegate::PlatformContext3D* CreateContext3D() = 0; |
|
piman
2013/03/08 04:43:16
I think you can remove this one now, and always go
|
| - virtual void ReparentContext(PluginDelegate::PlatformContext3D*) = 0; |
| - |
| protected: |
| virtual ~FullscreenContainer() {} |
| }; |