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

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

Issue 2609133002: Generated writing-mode in ComputedStyleBase (Closed)
Patch Set: Created 3 years, 12 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
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4c749ded6b961cde52e888ce72bece2406fdfd4e..db2929cb904285d2c1b6db398b7b936a5ddaf3a2 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -813,7 +813,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
textAlign() != other.textAlign() ||
textTransform() != other.textTransform() ||
direction() != other.direction() || whiteSpace() != other.whiteSpace() ||
- m_inheritedData.m_writingMode != other.m_inheritedData.m_writingMode)
+ getWritingMode() != other.getWritingMode())
return true;
if (m_nonInheritedData.m_overflowX != other.m_nonInheritedData.m_overflowX ||
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698