| 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 2cabdd3071b67402c3a53c5bf253399f58101595..8e8b649eec03bef5c0bb6e29d39b1015256bd309 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -142,6 +142,9 @@ class WebGraphicsContext3DCommandBufferImpl
|
|
|
| virtual bool setParentContext(WebGraphicsContext3D* parent_context);
|
|
|
| + virtual unsigned int insertSyncPoint();
|
| + virtual void waitSyncPoint(unsigned int);
|
| +
|
| virtual void reshape(int width, int height);
|
|
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size);
|
|
|