Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5

Issue 2938543006: Remove references to groups directly stored on ComputedStyle in .cpp file (Closed)
Patch Set: Merge branch 'rareNonInheritedDataDiff' into otherGroups Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/style/ComputedStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698