| Index: Source/core/layout/ClipRect.h
|
| diff --git a/Source/core/layout/ClipRect.h b/Source/core/layout/ClipRect.h
|
| index 6a2dd636266d54164b1f81dd38a1321fca106c8a..7e3f429ad75492da15d6a9316531187dd0020517 100644
|
| --- a/Source/core/layout/ClipRect.h
|
| +++ b/Source/core/layout/ClipRect.h
|
| @@ -27,6 +27,7 @@
|
| #define ClipRect_h
|
|
|
| #include "platform/geometry/LayoutRect.h"
|
| +#include "wtf/FastAllocBase.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
| @@ -35,6 +36,7 @@ class DeprecatedPaintLayer;
|
| class HitTestLocation;
|
|
|
| class ClipRect {
|
| + WTF_MAKE_FAST_ALLOCATED(ClipRect);
|
| public:
|
| static PassOwnPtr<ClipRect> create(const ClipRect& other)
|
| {
|
|
|