| Index: webkit/plugins/ppapi/fullscreen_container.h
|
| diff --git a/webkit/plugins/ppapi/fullscreen_container.h b/webkit/plugins/ppapi/fullscreen_container.h
|
| index 88500cda0f1943ba45795da8f1857040749e34c0..284386bbf77d52c82a6ff7a624f178f7553e02a6 100644
|
| --- a/webkit/plugins/ppapi/fullscreen_container.h
|
| +++ b/webkit/plugins/ppapi/fullscreen_container.h
|
| @@ -39,6 +39,8 @@ class FullscreenContainer {
|
|
|
| virtual PluginDelegate::PlatformContext3D* CreateContext3D() = 0;
|
|
|
| + virtual void ReparentContext(PluginDelegate::PlatformContext3D*) = 0;
|
| +
|
| // The returned object is owned by FullscreenContainer.
|
| virtual MouseLockDispatcher* GetMouseLockDispatcher() = 0;
|
|
|
|
|