Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/ImageData.h |
| diff --git a/third_party/WebKit/Source/core/html/ImageData.h b/third_party/WebKit/Source/core/html/ImageData.h |
| index 392ad60055bfb4e7547e39ad08982383115795d2..249eca653e8d27326b2883a277420913eb51d4b8 100644 |
| --- a/third_party/WebKit/Source/core/html/ImageData.h |
| +++ b/third_party/WebKit/Source/core/html/ImageData.h |
| @@ -143,7 +143,8 @@ class CORE_EXPORT ImageData final : public GarbageCollectedFinalized<ImageData>, |
| private: |
| ImageData(const IntSize&, |
| DOMArrayBufferView*, |
| - const ImageDataColorSettings* = nullptr); |
| + const ImageDataColorSettings* = nullptr, |
| + bool = false); |
|
Justin Novosad
2017/03/21 15:20:43
To improve readability, please use an enum instead
zakerinasab
2017/03/21 15:48:14
Done.
|
| IntSize m_size; |
| ImageDataColorSettings m_colorSettings; |