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

Unified Diff: Source/core/layout/shapes/ShapeOutsideInfo.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict 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
« no previous file with comments | « Source/core/layout/shapes/Shape.h ('k') | Source/core/page/Page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/shapes/ShapeOutsideInfo.h
diff --git a/Source/core/layout/shapes/ShapeOutsideInfo.h b/Source/core/layout/shapes/ShapeOutsideInfo.h
index 56253db4f95a959411b08a5be7d567ce095c9d93..7a9f6de2e24a9151e51c2909acfa451246030a2e 100644
--- a/Source/core/layout/shapes/ShapeOutsideInfo.h
+++ b/Source/core/layout/shapes/ShapeOutsideInfo.h
@@ -45,6 +45,7 @@ class LayoutBox;
class FloatingObject;
class ShapeOutsideDeltas final {
+ DISALLOW_ALLOCATION();
public:
ShapeOutsideDeltas()
: m_lineOverlapsShape(false)
« no previous file with comments | « Source/core/layout/shapes/Shape.h ('k') | Source/core/page/Page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698