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

Unified Diff: Source/core/css/CSSImageGeneratorValue.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: Source/core/css/CSSImageGeneratorValue.h
diff --git a/Source/core/css/CSSImageGeneratorValue.h b/Source/core/css/CSSImageGeneratorValue.h
index 93f31566fa0a7f9ae85dab26b3bb628f2d7a439c..1dc775785bead4023324c61fa1bfe40e50d9ae08 100644
--- a/Source/core/css/CSSImageGeneratorValue.h
+++ b/Source/core/css/CSSImageGeneratorValue.h
@@ -47,6 +47,7 @@ struct SizeAndCount {
IntSize size;
int count;
+ DISALLOW_ALLOCATION();
};
typedef HashMap<const LayoutObject*, SizeAndCount> LayoutObjectSizeCountMap;

Powered by Google App Engine
This is Rietveld 408576698