Index: content/renderer/pepper_platform_context_3d_impl.h |
=================================================================== |
--- content/renderer/pepper_platform_context_3d_impl.h (revision 94518) |
+++ content/renderer/pepper_platform_context_3d_impl.h (working copy) |
@@ -28,7 +28,7 @@ |
explicit PlatformContext3DImpl(RendererGLContext* parent_context); |
virtual ~PlatformContext3DImpl(); |
- virtual bool Init(); |
+ virtual bool Init(const int32* attrib_list); |
virtual void SetSwapBuffersCallback(Callback0::Type* callback); |
virtual unsigned GetBackingTextureId(); |
virtual gpu::CommandBuffer* GetCommandBuffer(); |