| 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 18c6dd6aeb9ee63cb5ca70a1cda7812f7e1cd63c..d969649499ca25c9ce711f74a6f682040d7bcc62 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -629,6 +629,7 @@ class WebGraphicsContext3DCommandBufferImpl
|
| WGC3Denum format,
|
| WGC3Denum type,
|
| const void* pixels);
|
| + virtual void waitAsyncTexImage2DCHROMIUM(WGC3Denum target);
|
|
|
| protected:
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|