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

Unified Diff: Source/platform/text/BidiCharacterRun.h

Issue 239153004: [CSS Shapes] Remove some leftover shape-inside code (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 | « Source/core/rendering/RenderBlockLineLayout.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/BidiCharacterRun.h
diff --git a/Source/platform/text/BidiCharacterRun.h b/Source/platform/text/BidiCharacterRun.h
index 367acf692d212662db1af9c4b4db0f4c414d8ad2..2f0048f47214edaca02369a41d19fa9439b2785f 100644
--- a/Source/platform/text/BidiCharacterRun.h
+++ b/Source/platform/text/BidiCharacterRun.h
@@ -69,7 +69,6 @@ struct BidiCharacterRun {
// Do not add anything apart from bitfields until after m_next. See https://bugs.webkit.org/show_bug.cgi?id=100173
bool m_override : 1;
bool m_hasHyphen : 1; // Used by BidiRun subclass which is a layering violation but enables us to save 8 bytes per object on 64-bit.
- bool m_startsSegment : 1; // Same comment as m_hasHyphen.
unsigned char m_level;
BidiCharacterRun* m_next;
int m_start;
« no previous file with comments | « Source/core/rendering/RenderBlockLineLayout.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698