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 bc6eaf947975059c9d9f0768a94536a979b95e25..93ae1bfecb90f18289512d1a0dca2bfba6d6f7c6 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 @@ |
// Ids are for matching new DisplayItems with existing DisplayItems. |
struct Id { |
- DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
+ STACK_ALLOCATED(); |
Id(const DisplayItemClient& client, const Type type) |
: client(client) |
, type(type) { } |