Index: webkit/plugins/ppapi/plugin_delegate.h |
=================================================================== |
--- webkit/plugins/ppapi/plugin_delegate.h (revision 94518) |
+++ webkit/plugins/ppapi/plugin_delegate.h (working copy) |
@@ -159,7 +159,7 @@ |
virtual ~PlatformContext3D() {} |
// Initialize the context. |
- virtual bool Init() = 0; |
+ virtual bool Init(const int32* attrib_list) = 0; |
// Set an optional callback that will be invoked when the side effects of |
// a SwapBuffers call become visible to the compositor. Takes ownership |