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

Unified Diff: third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl

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/build/scripts/templates/ComputedStyleBase.h.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
index 2757340d87409c4ea039604422c543432e46ed6c..b5d3bcbd3da0de97e43119869723a484f1516dae 100644
--- a/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/ComputedStyleBase.h.tmpl
@@ -87,8 +87,7 @@ class CORE_EXPORT ComputedStyleBase {
void CopyNonInheritedFromCached(const ComputedStyleBase& other);
bool DiffNeedsFullLayoutAndPaintInvalidation(
const ComputedStyleBase& other) const;
- bool ScrollAnchorDisablingPropertyChanged(const ComputedStyleBase& other,
- const StyleDifference&) const;
+ bool ScrollAnchorDisablingPropertyChanged(const ComputedStyleBase& other) const;
// Copies the values of any independent inherited properties from the parent
// style that are marked as inherited by this style.

Powered by Google App Engine
This is Rietveld 408576698