| Index: Source/core/rendering/style/ShadowData.h
|
| diff --git a/Source/core/rendering/style/ShadowData.h b/Source/core/rendering/style/ShadowData.h
|
| index 549ecea2d3e43bdad9fda81d8b87be31750b0e99..63a5e0989e98a96e993c177f1a9cb2eb3184581e 100644
|
| --- a/Source/core/rendering/style/ShadowData.h
|
| +++ b/Source/core/rendering/style/ShadowData.h
|
| @@ -48,6 +48,8 @@ public:
|
| bool operator==(const ShadowData&) const;
|
| bool operator!=(const ShadowData& o) const { return !(*this == o); }
|
|
|
| + ShadowData blend(const ShadowData& from, double progress) const;
|
| +
|
| int x() const { return m_location.x(); }
|
| int y() const { return m_location.y(); }
|
| IntPoint location() const { return m_location; }
|
|
|