| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 9229143f5bd5a740974c5d30a64d4927b99fd941..c9bf986b9975d57472ade265fab633d9e848d66e 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -171,7 +171,8 @@ class PluginDelegate {
|
| virtual ~PlatformContext3D() {}
|
|
|
| // Initialize the context.
|
| - virtual bool Init(const int32* attrib_list) = 0;
|
| + virtual bool Init(const int32* attrib_list,
|
| + PlatformContext3D* share_context) = 0;
|
|
|
| // If the plugin instance is backed by an OpenGL, return its ID in the
|
| // compositors namespace. Otherwise return 0. Returns 0 by default.
|
|
|