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

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

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Sorted CSSProperties.json5 alphabetically (meade@'s nit) 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 2b3f00a112540310504c46589d2e1132999ee5e2..ba84a50a04bc9682bee93ef071be1ea72fdac831 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -774,10 +774,8 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
other.m_rareInheritedData->m_textSizeAdjust ||
m_rareInheritedData->listStyleImage !=
other.m_rareInheritedData->listStyleImage ||
- m_rareInheritedData->m_snapHeightUnit !=
- other.m_rareInheritedData->m_snapHeightUnit ||
- m_rareInheritedData->m_snapHeightPosition !=
- other.m_rareInheritedData->m_snapHeightPosition ||
+ m_rareInheritedData->m_lineHeightStep !=
+ other.m_rareInheritedData->m_lineHeightStep ||
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