| Index: Source/core/rendering/style/ShadowList.h
|
| diff --git a/Source/core/rendering/style/ShadowList.h b/Source/core/rendering/style/ShadowList.h
|
| index f496f4111ca6f382a4e6d97562f760ebcbd3057a..12acedf48010a1a82cfbec7d16f2165d568cc15e 100644
|
| --- a/Source/core/rendering/style/ShadowList.h
|
| +++ b/Source/core/rendering/style/ShadowList.h
|
| @@ -55,6 +55,8 @@ public:
|
| bool operator==(const ShadowList& o) const { return m_shadows == o.m_shadows; }
|
| bool operator!=(const ShadowList& o) const { return !(*this == o); }
|
|
|
| + 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;
|
|
|
|
|