| Index: Source/core/rendering/style/ShadowList.h
|
| diff --git a/Source/core/rendering/style/ShadowList.h b/Source/core/rendering/style/ShadowList.h
|
| index 12acedf48010a1a82cfbec7d16f2165d568cc15e..5630d0ca80ea785c8114f27267a529c3fcfc7ed1 100644
|
| --- a/Source/core/rendering/style/ShadowList.h
|
| +++ b/Source/core/rendering/style/ShadowList.h
|
| @@ -57,8 +57,8 @@ public:
|
|
|
| static PassRefPtr<ShadowList> blend(const ShadowList* from, const ShadowList* to, double progress);
|
|
|
| - void adjustRectForShadow(LayoutRect&, int additionalOutlineSize = 0) const;
|
| - void adjustRectForShadow(FloatRect&, int additionalOutlineSize = 0) const;
|
| + void adjustRectForShadow(LayoutRect&, LayoutUnit additionalOutlineSize = 0) const;
|
| + void adjustRectForShadow(FloatRect&, LayoutUnit additionalOutlineSize = 0) const;
|
|
|
| private:
|
| ShadowList(ShadowDataVector& shadows)
|
|
|