| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index 140e71fe3720c7fb89332fb136c998e125ffb73f..c21ef21dace4e49c807d65cf9495f3afe0603d0c 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -203,6 +203,7 @@ class PepperPluginDelegateImpl
|
| PlatformAudioInputClient* client) OVERRIDE;
|
| virtual PlatformImage2D* CreateImage2D(int width, int height) OVERRIDE;
|
| virtual PlatformContext3D* CreateContext3D() OVERRIDE;
|
| + virtual void ReparentContext(PlatformContext3D*) OVERRIDE;
|
| virtual PlatformVideoCapture* CreateVideoCapture(
|
| const std::string& device_id,
|
| PlatformVideoCaptureEventHandler* handler) OVERRIDE;
|
|
|