Chromium Code Reviews| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
| =================================================================== |
| --- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (revision 99359) |
| +++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (working copy) |
| @@ -1579,8 +1579,8 @@ |
| #if WEBKIT_USING_SKIA |
| GrGLInterface* WebGraphicsContext3DInProcessCommandBufferImpl:: |
| - grGLInterface() { |
| - return webkit_glue::GetCommandBufferSkiaGLBinding(); |
| + onCreateGrGLInterface() { |
| + return webkit_glue::CreateCommandBufferSkiaGLBinding(); |
| } |
| #endif |