| 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 8815e8ed9f2a2f83f380e4811334ef6eb93fe785..c961c7d2209e9f9af3af35206c84350327dc5b8c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| @@ -193,7 +193,7 @@ public:
|
| // packing the pixel data according to the given format and type,
|
| // and obeying the flipY and premultiplyAlpha flags. Returns true
|
| // upon success.
|
| - static bool extractImageData(const uint8_t*, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data);
|
| + static bool extractImageData(const uint8_t*, DataFormat sourceDataFormat, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data);
|
|
|
| // Helper function which extracts the user-supplied texture
|
| // data, applying the flipY and premultiplyAlpha parameters.
|
|
|