Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1600)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h

Issue 2116693002: PaintChunk::id (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CommitOnTheWay
Patch Set: Address chrishtr's comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) { }

Powered by Google App Engine
This is Rietveld 408576698