| Index: Source/core/paint/DeprecatedPaintLayerFragment.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerFragment.h b/Source/core/paint/DeprecatedPaintLayerFragment.h
|
| index ce542bed29f370b70fa06d11f6a589e2cf20ea5b..d40ffd59249ec19d44dfcba5bddaae7cb38d4456 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerFragment.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerFragment.h
|
| @@ -27,11 +27,13 @@
|
| #define DeprecatedPaintLayerFragment_h
|
|
|
| #include "core/layout/ClipRect.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
| struct DeprecatedPaintLayerFragment {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| public:
|
| void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, const ClipRect& outline)
|
| {
|
|
|