Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h

Issue 2213223004: Revert of Add a fast-path for independent inherited properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@computedstyle_cleanup_rename_final_member_fields
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h b/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h
index 9de737d54376bb3c3c4cf383307346910aff8514..59c630bf4820924f15a4447c9f13e7da86d053e7 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h
@@ -70,7 +70,6 @@
unsigned elementsStyled;
unsigned pseudoElementsStyled;
unsigned baseStylesUsed;
- unsigned independentInheritedStylesPropagated;
private:
StyleResolverStats()

Powered by Google App Engine