| Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| index 64a30c8ce86d6615fe4203866266608be207bc10..329a5db96f9d4a8d6cf215ffb3ec8416d44c3109 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -1957,6 +1957,7 @@ bool StyleResolver::HasAuthorBorder(const StyleResolverState& state) {
|
| const CachedUAStyle* cached_ua_style = state.GetCachedUAStyle();
|
| return cached_ua_style &&
|
| (cached_ua_style->border != state.Style()->Border() ||
|
| + !cached_ua_style->BorderColorEquals(*state.Style()) ||
|
| (cached_ua_style->border_left_width !=
|
| state.Style()->BorderLeftWidth() ||
|
| cached_ua_style->border_right_width !=
|
|
|