| 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..47c9754b41b094d774bd7f9f922cfc1035c47b13 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -72,6 +72,7 @@ class PLATFORM_EXPORT ImageBuffer {
|
| public:
|
| static PassOwnPtr<ImageBuffer> create(const IntSize&, OpacityMode = NonOpaque);
|
| static PassOwnPtr<ImageBuffer> create(PassOwnPtr<ImageBufferSurface>);
|
| + static PassOwnPtr<ImageBuffer> createSimple(const IntSize&, OpacityMode = NonOpaque);
|
|
|
| ~ImageBuffer();
|
|
|
|
|