| Index: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| index dbde9d61c0ffc6d6a1b564be872bdc702cac8425..9469572665982deda8710780b861e5ad9a467a9d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| @@ -18,7 +18,6 @@ namespace blink {
|
| // rely on PaintController here.
|
| class SkPictureBuilder final {
|
| WTF_MAKE_NONCOPYABLE(SkPictureBuilder);
|
| - STACK_ALLOCATED();
|
| public:
|
| SkPictureBuilder(const FloatRect& bounds, SkMetaData* metaData = nullptr, GraphicsContext* containingContext = nullptr)
|
| : m_bounds(bounds)
|
|
|