Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc |
=================================================================== |
--- content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc (revision 99359) |
+++ content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc (working copy) |
@@ -1033,8 +1033,8 @@ |
} |
#if WEBKIT_USING_SKIA |
-GrGLInterface* WebGraphicsContext3DCommandBufferImpl::grGLInterface() { |
- return webkit_glue::GetCommandBufferSkiaGLBinding(); |
+GrGLInterface* WebGraphicsContext3DCommandBufferImpl::onCreateGrGLInterface() { |
+ return webkit_glue::CreateCommandBufferSkiaGLBinding(); |
} |
#endif |