| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| index d1c57bb607cb1369b5021a108d8ddc8d58857fca..818730229dd42a22a814d191584837b728c81fa2 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| @@ -78,6 +78,8 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessImpl :
|
| virtual bool setParentContext(WebGraphicsContext3D* parent_context);
|
|
|
| virtual void reshape(int width, int height);
|
| + virtual void reshapeWithScaleFactor(
|
| + int width, int height, float scaleFactor);
|
|
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t bufferSize);
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size,
|
|
|