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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.cpp

Issue 2879563002: Refactor code generation to allow us to diff generic expressions and not just fields (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
index 76494dc4ec00c89ce559781ab36aa1741870862d..87d28711184c6b20813ace2ad7b573aad6a40f0d 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -571,7 +571,7 @@ bool ComputedStyle::ScrollAnchorDisablingPropertyChanged(
return true;
}
- if (ComputedStyleBase::ScrollAnchorDisablingPropertyChanged(other, diff))
+ if (ComputedStyleBase::ScrollAnchorDisablingPropertyChanged(other))
return true;
if (diff.TransformChanged())

Powered by Google App Engine
This is Rietveld 408576698