Index: third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h |
diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h |
index bc1139c1e23027497922aae1bd19948ff6d04559..11765b45de9b1af7788971fd2c70d76019bbbc64 100644 |
--- a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h |
+++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h |
@@ -41,7 +41,7 @@ namespace blink { |
class PLATFORM_EXPORT UnacceleratedImageBufferSurface : public ImageBufferSurface { |
WTF_MAKE_NONCOPYABLE(UnacceleratedImageBufferSurface); WTF_MAKE_FAST_ALLOCATED(UnacceleratedImageBufferSurface); |
public: |
- UnacceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque); |
+ UnacceleratedImageBufferSurface(const IntSize&, OpacityMode = NonOpaque, ImageInitializationMode = InitializeImagePixels); |
~UnacceleratedImageBufferSurface() override; |
SkCanvas* canvas() override; |