Chromium Code Reviews| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h |
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
| index 1be900ebf27f57d92409667fb048435c71581e23..c363e665926b9b4a879d9ab3986b89e41d2b9b1e 100644 |
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
| @@ -478,6 +478,9 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D { |
| virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location, |
| const WGC3Dchar* uniform); |
| + // CHROMIUM_shallow_flush only applies to contexts that use the command_buffer |
|
nduca
2012/07/18 06:13:06
// Comments are complete sentences that end with p
brianderson
2012/07/19 03:29:44
Fixed for next patch set.
|
| + virtual void shallowFlushCHROMIUM() { } |
| + |
| protected: |
| virtual GrGLInterface* onCreateGrGLInterface(); |