| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 04063db492bd78b9f097003bda5da33a047b8924..e65becaed7b7d4d7f0350230f5c7ad7e85e80b23 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -365,6 +365,9 @@ class PluginDelegate {
|
| // The caller will own the pointer returned from this.
|
| virtual PlatformContext3D* CreateContext3D() = 0;
|
|
|
| + // Set that the context will now present to the delegate.
|
| + virtual void ReparentContext(PlatformContext3D*) = 0;
|
| +
|
| // If |device_id| is empty, the default video capture device will be used. The
|
| // user can start using the returned object to capture video right away.
|
| // Otherwise, the specified device will be used. The user needs to wait till
|
|
|