| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 9b1ddb964d582def6177a851de679c69e6c1c84b..1ac84a243d18eea2de904436cae0c44e8b87821d 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -247,6 +247,7 @@ class WebGraphicsContext3DCommandBufferImpl
|
| virtual void enableVertexAttribArray(WGC3Duint index);
|
| virtual void finish();
|
| virtual void flush();
|
| + virtual void shallowFlushCHROMIUM();
|
| virtual void framebufferRenderbuffer(WGC3Denum target,
|
| WGC3Denum attachment,
|
| WGC3Denum renderbuffertarget,
|
|
|