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 e0ffd1d2a46ad38cd1378adbd4a30d247448a38d..6f1fcdce2029341943841d0f785345f2c9957cdd 100644 |
--- a/third_party/WebKit/Source/core/html/ImageData.h |
+++ b/third_party/WebKit/Source/core/html/ImageData.h |
@@ -89,15 +89,15 @@ class CORE_EXPORT ImageData final : public GarbageCollectedFinalized<ImageData>, |
unsigned height, |
ExceptionState&); |
- ImageData* createImageData(unsigned width, |
- unsigned height, |
- const ImageDataColorSettings&, |
- ExceptionState&); |
- ImageData* createImageData(ImageDataArray&, |
- unsigned width, |
- unsigned height, |
- ImageDataColorSettings&, |
- ExceptionState&); |
+ static ImageData* createImageData(unsigned width, |
Justin Novosad
2017/04/11 21:28:05
With these function no longer in the IDL, they sho
zakerinasab
2017/04/15 07:04:42
Done.
|
+ unsigned height, |
+ const ImageDataColorSettings&, |
+ ExceptionState&); |
+ static ImageData* createImageData(ImageDataArray&, |
+ unsigned width, |
+ unsigned height, |
+ ImageDataColorSettings&, |
+ ExceptionState&); |
void getColorSettings(ImageDataColorSettings& result) { |
result = color_settings_; |