Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (revision 98420) |
+++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (working copy) |
@@ -430,6 +430,10 @@ |
WebGraphicsContext3D::WebGraphicsContextLostCallback* callback); |
virtual WGC3Denum getGraphicsResetStatusARB(); |
+#if WEBKIT_USING_SKIA |
+ virtual GrGLInterface* grGLInterface(); |
+#endif |
+ |
private: |
// SwapBuffers callback. |
void OnSwapBuffersComplete(); |