| Index: third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| index 37e9a2aa8ccd80b7d8233d87191ed293a4d6f530..2edd92b345a29b1939e2bf36504a722d90a527ff 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| @@ -229,6 +229,7 @@ class PLATFORM_EXPORT WebGLImageConversion final {
|
| static bool extractImageData(const uint8_t*,
|
| DataFormat sourceDataFormat,
|
| const IntSize&,
|
| + const IntRect&,
|
| GLenum format,
|
| GLenum type,
|
| bool flipY,
|
|
|