Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 304cb0905246032531a9cd8c19e479b5a87e12eb..fa839aa86f481e1021d0f27a1c196b309fd117cc 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -170,7 +170,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. |