| Index: third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5 b/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| index c1f9a536b40d0dfabe8f5a968eaa723f338ed01d..57759f442dd9ba1509b6659bdf51a712c0e94660 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| @@ -339,10 +339,15 @@
|
| },
|
| {
|
| name: "UpdatePropertySpecificDifferencesTextDecorationOrColor",
|
| - fields_to_diff: ["text-decoration-style", "text-decoration-color",
|
| - "VisitedLinkTextDecorationColor", "TextEmphasisFill",
|
| - "text-underline-position", "text-decoration-skip", "AppliedTextDecorations"],
|
| + fields_to_diff: ["color", "VisitedLinkColor", "TextDecoration",
|
| + "text-decoration-style", "text-decoration-color",
|
| + "VisitedLinkTextDecorationColor", "TextEmphasisFill",
|
| + "text-underline-position", "text-decoration-skip", "AppliedTextDecorations"],
|
| methods_to_diff: [
|
| + {
|
| + method: "HasSimpleUnderlineInternal()",
|
| + field_dependencies: ["HasSimpleUnderline"]
|
| + },
|
| {
|
| method: "TextFillColor()",
|
| field_dependencies: ["-webkit-text-fill-color"]
|
|
|