| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| index 93ae1bfecb90f18289512d1a0dca2bfba6d6f7c6..bc6eaf947975059c9d9f0768a94536a979b95e25 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -215,7 +215,7 @@ public:
|
|
|
| // Ids are for matching new DisplayItems with existing DisplayItems.
|
| struct Id {
|
| - STACK_ALLOCATED();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| Id(const DisplayItemClient& client, const Type type)
|
| : client(client)
|
| , type(type) { }
|
|
|