| Index: third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTransformCache.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTransformCache.h b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTransformCache.h
|
| index 7b82beca612cdfef75d62ce2fbd099b216d24050..949b9b4aae052c6a756e0d4cd3fee249438f62e2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTransformCache.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTransformCache.h
|
| @@ -18,6 +18,8 @@ class TransformPaintPropertyNode;
|
| // stores cached "transformed rects" (See GeometryMapper.h) from that node in
|
| // ancestor spaces.
|
| class PLATFORM_EXPORT GeometryMapperTransformCache {
|
| + USING_FAST_MALLOC(GeometryMapperTransformCache);
|
| +
|
| public:
|
| GeometryMapperTransformCache();
|
|
|
|
|