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

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

Issue 2736043002: Re-land Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Fix core/BUILD.gn 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 ad198f684af4f2403f66bfea1c444ea193bfde7a..d84cc51d31acef5532c79d7ba352ad6c673c4049 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