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

Unified Diff: Source/core/rendering/InlineFlowBox.h

Issue 252263002: Initializing Bidi status members of InlineFlowBox (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/InlineFlowBox.h
diff --git a/Source/core/rendering/InlineFlowBox.h b/Source/core/rendering/InlineFlowBox.h
index 917f9f586380a2d2ff4ef7fa460dea73a7c0e2e5..795cab50a45405b512ebfd34582752e0a511fd26 100644
--- a/Source/core/rendering/InlineFlowBox.h
+++ b/Source/core/rendering/InlineFlowBox.h
@@ -52,6 +52,9 @@ public:
, m_baselineType(AlphabeticBaseline)
, m_hasAnnotationsBefore(false)
, m_hasAnnotationsAfter(false)
+ , m_lineBreakBidiStatusEor(WTF::Unicode::LeftToRight)
+ , m_lineBreakBidiStatusLastStrong(WTF::Unicode::LeftToRight)
+ , m_lineBreakBidiStatusLast(WTF::Unicode::LeftToRight)
#ifndef NDEBUG
, m_hasBadChildList(false)
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698