| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index 67376afe4d10577e39c3296e9f45d9ad205e7e1b..eb31f8844247fa62f8e6b50a810a133f10e7c19c 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -481,6 +481,8 @@ class WebGraphicsContext3DInProcessCommandBufferImpl
|
| virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location,
|
| const WGC3Dchar* uniform);
|
|
|
| + virtual void shallowFlushCHROMIUM();
|
| +
|
| protected:
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|
|
|