| Index: sky/engine/core/rendering/style/ShadowList.h
|
| diff --git a/sky/engine/core/rendering/style/ShadowList.h b/sky/engine/core/rendering/style/ShadowList.h
|
| index 619c108547f3720cc5413a90001b30c4485a6a8b..92a9f50a84ecdddbdc2a0673f90ed9170d1763aa 100644
|
| --- a/sky/engine/core/rendering/style/ShadowList.h
|
| +++ b/sky/engine/core/rendering/style/ShadowList.h
|
| @@ -63,7 +63,7 @@ public:
|
| void adjustRectForShadow(LayoutRect&) const;
|
| void adjustRectForShadow(FloatRect&) const;
|
|
|
| - PassOwnPtr<DrawLooperBuilder> createDrawLooper(DrawLooperBuilder::ShadowAlphaMode, bool isHorizontal = true) const;
|
| + PassOwnPtr<DrawLooperBuilder> createDrawLooper(DrawLooperBuilder::ShadowAlphaMode) const;
|
|
|
| private:
|
| ShadowList(ShadowDataVector& shadows)
|
|
|