Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
index 8775100548143d8b2a5ce179439920c30f0c8bd1..b205501190b4846e801b39b469ca8e01e01979fb 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
@@ -1712,6 +1712,10 @@ void WebGraphicsContext3DCommandBufferImpl::drawBuffersEXT( |
gl_->DrawBuffersEXT(n, bufs); |
} |
+void WebGraphicsContext3DCommandBufferImpl::encodeBackbufferCHROMIUM() { |
+ gl_->EncodeBackbufferCHROMIUM(); |
+} |
+ |
GrGLInterface* WebGraphicsContext3DCommandBufferImpl::onCreateGrGLInterface() { |
return webkit::gpu::CreateCommandBufferSkiaGLBinding(); |
} |