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

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

Issue 2622623003: Moved -webkit-rtl-ordering to be generated in ComputedStyleBase. (Closed)
Patch Set: Created 3 years, 11 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 23deafcb63f06d26a09932db1378807f95de23df..efbde0944405435fbc0a67c82d2e18d6f5f14e80 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -809,7 +809,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
}
if (boxDirection() != other.boxDirection() ||
- m_inheritedData.m_rtlOrdering != other.m_inheritedData.m_rtlOrdering ||
+ rtlOrdering() != other.rtlOrdering() ||
textAlign() != other.textAlign() ||
textTransform() != other.textTransform() ||
direction() != other.direction() || whiteSpace() != other.whiteSpace() ||
« 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