diff options
Diffstat (limited to 'WebCore/platform/graphics/Path.h')
| -rw-r--r-- | WebCore/platform/graphics/Path.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/Path.h b/WebCore/platform/graphics/Path.h index 6b617a0..fef5ad2 100644 --- a/WebCore/platform/graphics/Path.h +++ b/WebCore/platform/graphics/Path.h @@ -29,6 +29,7 @@ #define Path_h #include <algorithm> +#include <wtf/FastAllocBase.h> #if PLATFORM(CG) typedef struct CGPath PlatformPath; @@ -93,7 +94,7 @@ namespace WebCore { typedef void (*PathApplierFunction)(void* info, const PathElement*); - class Path { + class Path : public FastAllocBase { public: Path(); ~Path(); |
