| 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 7f3c228f3f2ff7b35626609b87d64b11379eeeba..c77e904153c0d858bfedd610780d2aa292d2f1e1 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -79,6 +79,9 @@ MockPluginDelegate::PlatformImage2D* MockPluginDelegate::CreateImage2D(
|
| MockPluginDelegate::PlatformContext3D* MockPluginDelegate::CreateContext3D() {
|
| return NULL;
|
| }
|
| +void MockPluginDelegate::ReparentContext(
|
| + MockPluginDelegate::PlatformContext3D* context) {
|
| +}
|
|
|
| MockPluginDelegate::PlatformVideoDecoder*
|
| MockPluginDelegate::CreateVideoDecoder(
|
|
|