Chromium Code Reviews| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
| index af0d7abf44827f059ca9f42a35deff78e332aba1..cf06e8e942f5407fed0711bceb7f5eb92e070a83 100644 |
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
| @@ -78,6 +78,7 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl |
| virtual bool setParentContext(WebGraphicsContext3D* parent_context); |
| virtual void reshape(int width, int height); |
| + virtual void reshapeWithScaleFactor(int width, int height, float scaleFactor); |
|
Ken Russell (switch to Gerrit)
2013/05/22 18:50:55
It looks like webgraphicscontext3d_in_process_impl
ccameron
2013/05/22 19:24:43
Totally missed that. Fixed.
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size); |
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size, |