| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index e64157f1a0eb25f1f1dd48a7971bb7f3eacde965..023edc740fe02fc70312b8f0e078cce08b826703 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -88,9 +88,6 @@ PluginDelegate::PlatformGraphics2D* MockPluginDelegate::GetGraphics2D(
|
| MockPluginDelegate::PlatformContext3D* MockPluginDelegate::CreateContext3D() {
|
| return NULL;
|
| }
|
| -void MockPluginDelegate::ReparentContext(
|
| - MockPluginDelegate::PlatformContext3D* context) {
|
| -}
|
|
|
| MockPluginDelegate::PlatformVideoDecoder*
|
| MockPluginDelegate::CreateVideoDecoder(
|
|
|