| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index ef44bc2a74e7c35917a6ef3ed18afb1a4a62ab0d..e1e3911e9f162b18e4d355f35c645a9b845ca072 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -373,7 +373,7 @@ public:
|
| void addCompressedTextureFormat(GC3Denum);
|
| void removeAllCompressedTextureFormats();
|
|
|
| - PassRefPtr<Image> drawImageIntoBuffer(Image*, int width, int height, int deviceScaleFactor);
|
| + PassRefPtr<Image> drawImageIntoBuffer(Image*, int width, int height);
|
|
|
| PassRefPtr<Image> videoFrameToImage(HTMLVideoElement*, BackingStoreCopy);
|
|
|
|
|