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

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

Issue 2366273002: Move caption-side to be generated in ComputedStyleBase (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 c6046e0a2df0537c419be32bcb9e05086d46d8a2..6f91331c32b44aeb3b6301628187ddd750fc5e2b 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -842,7 +842,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
if (m_inheritedData.m_borderCollapse !=
other.m_inheritedData.m_borderCollapse ||
emptyCells() != other.emptyCells() ||
- m_inheritedData.m_captionSide != other.m_inheritedData.m_captionSide ||
+ captionSide() != other.captionSide() ||
m_nonInheritedData.m_tableLayout !=
other.m_nonInheritedData.m_tableLayout)
return true;
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698