Index: gpu/blink/webgraphicscontext3d_impl.h |
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h |
index a7cc29070d0a018d1fcd07e36b7d38adbc5e132b..6a644c973caba3f32d9d411c89c0f919bc952a24 100644 |
--- a/gpu/blink/webgraphicscontext3d_impl.h |
+++ b/gpu/blink/webgraphicscontext3d_impl.h |
@@ -932,8 +932,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl |
bool isContextLost() override; |
blink::WGC3Denum getGraphicsResetStatusARB() override; |
- GrGLInterface* createGrGLInterface() override; |
- |
::gpu::gles2::GLES2Interface* GetGLInterface() { |
return gl_; |
} |