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

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

Issue 2783913002: Start USING_FAST_MALLOC for more paint data structures (Closed)
Patch Set: Created 3 years, 9 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/GeometryMapperClipCache.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperClipCache.h b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperClipCache.h
index c943c3eb6d63409afdab5aa53b14ac74bc3e4f61..796eda4bc65934de85c6c6552b26af1818fb67d6 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperClipCache.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperClipCache.h
@@ -19,6 +19,8 @@ class TransformPaintPropertyNode;
// cached "clip visual rects" (See GeometryMapper.h) from that node in
// ancestor spaces.
class PLATFORM_EXPORT GeometryMapperClipCache {
+ USING_FAST_MALLOC(GeometryMapperClipCache);
+
public:
GeometryMapperClipCache();

Powered by Google App Engine
This is Rietveld 408576698