| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index 7d73455e2fc3ce7dde70951906fea587e7e6f0d1..cb6e8b0770a0f77704c9b1df3b493e04749c63b2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -70,7 +70,7 @@ enum Multiply {
|
| class PLATFORM_EXPORT ImageBuffer {
|
| WTF_MAKE_NONCOPYABLE(ImageBuffer); WTF_MAKE_FAST_ALLOCATED(ImageBuffer);
|
| public:
|
| - static PassOwnPtr<ImageBuffer> create(const IntSize&, OpacityMode = NonOpaque);
|
| + static PassOwnPtr<ImageBuffer> create(const IntSize&, OpacityMode = NonOpaque, ImageInitializationMode = InitializeImagePixels);
|
| static PassOwnPtr<ImageBuffer> create(PassOwnPtr<ImageBufferSurface>);
|
|
|
| ~ImageBuffer();
|
|
|