Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
index b7e93dfb685e2a9f353d04bdbf66d36908f9b57e..2ea7c3a7b1c1eb98fce820b3a4e05ccd965ff059 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
@@ -1640,5 +1640,7 @@ void WebGraphicsContext3DInProcessCommandBufferImpl::OnContextLost() { |
DELEGATE_TO_GL_3(bindUniformLocationCHROMIUM, BindUniformLocationCHROMIUM, |
WebGLId, WGC3Dint, const WGC3Dchar*) |
+DELEGATE_TO_GL(shallowFlushCHROMIUM, ShallowFlushCHROMIUM) |
+ |
} // namespace gpu |
} // namespace webkit |