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

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

Issue 2737673003: Revert of Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Created 3 years, 9 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 ba84a50a04bc9682bee93ef071be1ea72fdac831..2b3f00a112540310504c46589d2e1132999ee5e2 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -774,8 +774,10 @@
other.m_rareInheritedData->m_textSizeAdjust ||
m_rareInheritedData->listStyleImage !=
other.m_rareInheritedData->listStyleImage ||
- m_rareInheritedData->m_lineHeightStep !=
- other.m_rareInheritedData->m_lineHeightStep ||
+ m_rareInheritedData->m_snapHeightUnit !=
+ other.m_rareInheritedData->m_snapHeightUnit ||
+ m_rareInheritedData->m_snapHeightPosition !=
+ other.m_rareInheritedData->m_snapHeightPosition ||
m_rareInheritedData->textStrokeWidth !=
other.m_rareInheritedData->textStrokeWidth)
return true;
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | third_party/WebKit/Source/core/style/StyleRareInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698