Chromium Code Reviews| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
| =================================================================== |
| --- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (revision 99359) |
| +++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (working copy) |
| @@ -430,8 +430,9 @@ |
| WebGraphicsContext3D::WebGraphicsContextLostCallback* callback); |
| virtual WGC3Denum getGraphicsResetStatusARB(); |
| + protected: |
| #if WEBKIT_USING_SKIA |
| - virtual GrGLInterface* grGLInterface(); |
| + virtual GrGLInterface* onCreateGrGLInterface(); |
| #endif |
| private: |