Title: [215337] trunk/Source/WebCore
- Revision
- 215337
- Author
- rn...@webkit.org
- Date
- 2017-04-13 14:26:08 -0700 (Thu, 13 Apr 2017)
Log Message
Update the comments for the number of bits in RenderStyle::InheritedFlags.
Rubber-stamped by Zalan Bujtas
* rendering/style/RenderStyle.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (215336 => 215337)
--- trunk/Source/WebCore/ChangeLog 2017-04-13 21:00:43 UTC (rev 215336)
+++ trunk/Source/WebCore/ChangeLog 2017-04-13 21:26:08 UTC (rev 215337)
@@ -1,3 +1,11 @@
+2017-04-13 Ryosuke Niwa <rn...@webkit.org>
+
+ Update the comments for the number of bits in RenderStyle::InheritedFlags.
+
+ Rubber-stamped by Zalan Bujtas
+
+ * rendering/style/RenderStyle.h:
+
2017-04-13 Myles C. Maxfield <mmaxfi...@apple.com>
Addressing post-review comment after r215314.
Modified: trunk/Source/WebCore/rendering/style/RenderStyle.h (215336 => 215337)
--- trunk/Source/WebCore/rendering/style/RenderStyle.h 2017-04-13 21:00:43 UTC (rev 215336)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.h 2017-04-13 21:26:08 UTC (rev 215337)
@@ -1919,7 +1919,7 @@
#endif
unsigned direction : 1; // TextDirection
unsigned whiteSpace : 3; // EWhiteSpace
- // 32 bits
+ // 35 bits
unsigned borderCollapse : 1; // EBorderCollapse
unsigned boxDirection : 1; // EBoxDirection (CSS3 box_direction property, flexible box layout module)
@@ -1929,11 +1929,11 @@
unsigned pointerEvents : 4; // EPointerEvents
unsigned insideLink : 2; // EInsideLink
unsigned insideDefaultButton : 1;
- // 44 bits
+ // 46 bits
// CSS Text Layout Module Level 3: Vertical writing support
unsigned writingMode : 2; // WritingMode
- // 46 bits
+ // 48 bits
};
// This constructor is used to implement the replace operation.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes