| 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 baf8bbb56aac528317bed8fa973f0ea15a1f1b4f..e383e5f74f9cee4f3a5f7b52f0d597718da071e3 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -125,6 +125,8 @@ class WebGraphicsContext3DCommandBufferImpl
|
| virtual void signalSyncPoint(unsigned sync_point,
|
| WebGraphicsSyncPointCallback* callback);
|
|
|
| + virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other);
|
| +
|
| virtual void reshape(int width, int height);
|
| virtual void reshapeWithScaleFactor(
|
| int width, int height, float scale_factor);
|
|
|