| 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 e7c164f94825d6bca6fc61861cbcc91643dca1dd..d39097d4b8a1d2e6114952b81fc24dafd3e27cc0 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -128,6 +128,8 @@ class WebGraphicsContext3DCommandBufferImpl
|
| WebGraphicsSyncPointCallback* callback);
|
|
|
| virtual void reshape(int width, int height);
|
| + virtual void reshapeWithScaleFactor(
|
| + int width, int height, float scale_factor);
|
|
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size);
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size,
|
|
|