Index: third_party/WebKit/Source/core/style/ShadowList.cpp |
diff --git a/third_party/WebKit/Source/core/style/ShadowList.cpp b/third_party/WebKit/Source/core/style/ShadowList.cpp |
index 9aac3a09a35c60865ae0d8537fbcf901925f7c5a..9c275ab65f02f1d19ab0001994691d29183b3122 100644 |
--- a/third_party/WebKit/Source/core/style/ShadowList.cpp |
+++ b/third_party/WebKit/Source/core/style/ShadowList.cpp |
@@ -60,9 +60,8 @@ PassRefPtr<ShadowList> ShadowList::blend(const ShadowList* from, |
ShadowDataVector shadows; |
- DEFINE_STATIC_LOCAL( |
- ShadowData, defaultShadowData, |
- (FloatPoint(), 0, 0, Normal, StyleColor(Color::transparent))); |
+ DEFINE_STATIC_LOCAL(ShadowData, defaultShadowData, |
+ (ShadowData::neutralValue())); |
DEFINE_STATIC_LOCAL( |
ShadowData, defaultInsetShadowData, |
(FloatPoint(), 0, 0, Inset, StyleColor(Color::transparent))); |