| Index: third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| diff --git a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| index 7541851590a2c63a02395a89c23a909709f6e394..eaaca6ba97c6cb491ba46cfc8364d9673fbb1ff2 100644
|
| --- a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| @@ -21,7 +21,7 @@ enum RoundedInnerRectClipperBehavior {
|
| };
|
|
|
| class RoundedInnerRectClipper {
|
| - ALLOW_ONLY_INLINE_ALLOCATION();
|
| + DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
|
| public:
|
| RoundedInnerRectClipper(const LayoutObject&, const PaintInfo&, const LayoutRect&, const FloatRoundedRect& clipRect, RoundedInnerRectClipperBehavior);
|
| ~RoundedInnerRectClipper();
|
|
|