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

Unified Diff: Source/core/layout/style/LayoutStyle.h

Issue 921843004: Stop explicit inheritance if LayoutStyle doesn't change. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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: Source/core/layout/style/LayoutStyle.h
diff --git a/Source/core/layout/style/LayoutStyle.h b/Source/core/layout/style/LayoutStyle.h
index 22991f87966e85da69a4d1f3773f36932d0bef70..d7dba4e775e5dd61aeb610e7b108196b0de68177 100644
--- a/Source/core/layout/style/LayoutStyle.h
+++ b/Source/core/layout/style/LayoutStyle.h
@@ -227,7 +227,6 @@ protected:
&& affectedByDrag == other.affectedByDrag
&& pseudoBits == other.pseudoBits
&& unicodeBidi == other.unicodeBidi
- && explicitInheritance == other.explicitInheritance
esprehn 2015/02/13 02:29:13 This doesn't seem right, why is it okay to return
&& unique == other.unique
&& emptyState == other.emptyState
&& isLink == other.isLink;

Powered by Google App Engine
This is Rietveld 408576698