Chromium Code Reviews| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
| =================================================================== |
| --- webkit/gpu/webgraphicscontext3d_in_process_impl.cc (revision 99359) |
| +++ webkit/gpu/webgraphicscontext3d_in_process_impl.cc (working copy) |
| @@ -1552,8 +1552,8 @@ |
| } |
| #if WEBKIT_USING_SKIA |
| -GrGLInterface* WebGraphicsContext3DInProcessImpl::grGLInterface() { |
| - return gfx::GetInProcessSkiaGLBinding(); |
| +GrGLInterface* WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface() { |
| + return gfx::CreateInProcessSkiaGLBinding(); |
| } |
| #endif |