| 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();
|
|
|
|
|