| Index: third_party/WebKit/Source/core/style/ShadowData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ShadowData.cpp b/third_party/WebKit/Source/core/style/ShadowData.cpp
|
| index ec94bd86626223624006f759ebcf39c423f996e5..ee423f53361e67d3440fb79c286c604eedd19f41 100644
|
| --- a/third_party/WebKit/Source/core/style/ShadowData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ShadowData.cpp
|
| @@ -42,4 +42,9 @@ ShadowData ShadowData::blend(const ShadowData& from,
|
| color().resolve(currentColor), progress));
|
| }
|
|
|
| +ShadowData ShadowData::neutralValue() {
|
| + return ShadowData(FloatPoint(0, 0), 0, 0, Normal,
|
| + StyleColor(Color::transparent));
|
| +}
|
| +
|
| } // namespace blink
|
|
|