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

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

Issue 2919343002: Remove template parameter on ComputedStyleBase. (Closed)
Patch Set: Rebase 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 | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('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 0e1e5849b730d1032fce6d802a372f65264ff206..4f0324e0cc56d9a63936b6b858f65722fdb57cc3 100644
--- a/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
+++ b/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
@@ -138,11 +138,11 @@
],
predicates_to_test: [
{
- predicate: "TextShadowDataEquivalent(other)",
+ predicate: "TextShadowDataEquivalent(b)",
alancutter (OOO until 2018) 2017/06/07 05:16:04 "b" is a bit too ugly, let's use "other" instead a
shend 2017/06/07 05:56:35 Made it a.TextShadowDataEquivalent(b)
field_dependencies: ["text-shadow"]
},
{
- predicate: "QuotesDataEquivalent(other)",
+ predicate: "QuotesDataEquivalent(b)",
field_dependencies: ["quotes"]
},
]
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698