| 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..619f082cd8f10af504af078ded963c5ad8364fcc 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, ImageBitmapSourceType = NotFromImageData);
|
| static PassOwnPtr<ImageBuffer> create(PassOwnPtr<ImageBufferSurface>);
|
|
|
| ~ImageBuffer();
|
|
|