| 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 10e44959c84bae07f4b74e76194bb46afc0a1d44..b1ccebc69e602ddfb99191ca132306ef2f6b6afd 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -140,6 +140,8 @@ class WebGraphicsContext3DCommandBufferImpl
|
| virtual void signalQuery(unsigned query,
|
| 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);
|
|
|