diff options
Diffstat (limited to 'webkit/gpu/webgraphicscontext3d_in_process_impl.cc')
-rw-r--r-- | webkit/gpu/webgraphicscontext3d_in_process_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc index cc6f69a..0b5f75d 100644 --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc @@ -707,6 +707,7 @@ void WebGraphicsContext3DInProcessImpl::waitLatchCHROMIUM( void WebGraphicsContext3DInProcessImpl::setLatchCHROMIUM( WGC3Duint latch_id) { + glFlush(); } WebString WebGraphicsContext3DInProcessImpl:: |