| 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 f6dfa6078d220f103a7fec574bb2281bd0d2696a..1a0b188918ef61cb4324247b3db93261d648aac8 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -202,6 +202,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;
|
|
|