| Index: third_party/WebKit/Source/platform/graphics/Path.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h
|
| index 5c5679ae2bb08f6b657e479a0e48a583080fc4ce..5b8becd73f01469f9c403f72ad4404b66b9ca8fc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.h
|
| @@ -93,6 +93,7 @@ public:
|
| // state-less method on Path.
|
| class PLATFORM_EXPORT PositionCalculator {
|
| WTF_MAKE_NONCOPYABLE(PositionCalculator);
|
| + USING_FAST_MALLOC(PositionCalculator);
|
| public:
|
| explicit PositionCalculator(const Path&);
|
|
|
|
|