| 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 33ac3c70a763263d73ede87050801d9e5fda58e2..c9164ae8eb410cee69ed9d250e235174df6aaab6 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -151,7 +151,7 @@ class WebGraphicsContext3DCommandBufferImpl
|
|
|
| virtual bool setParentContext(WebGraphicsContext3D* parent_context);
|
|
|
| - virtual unsigned int insertSyncPoint();
|
| + virtual unsigned int insertSyncPoint() OVERRIDE;
|
| virtual void waitSyncPoint(unsigned int);
|
|
|
| virtual void reshape(int width, int height);
|
|
|