mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(no bug) Capitalize & clean up inline-comments next to nsFlexContainer member-var declarations, to keep them from looking like a single large comment. comment-only, DONTBUILD
This commit is contained in:
parent
28fa682ce9
commit
fa635b737b
@ -111,8 +111,8 @@ protected:
|
||||
// Cached values from running flexbox layout algorithm, used in setting our
|
||||
// reflow metrics w/out actually reflowing all of our children, in any
|
||||
// reflows where we're not dirty:
|
||||
nscoord mCachedContentBoxCrossSize; // cross size of our content-box size
|
||||
nscoord mCachedAscent; // our ascent, in prev. reflow.
|
||||
nscoord mCachedContentBoxCrossSize; // Cross size of our content-box.
|
||||
nscoord mCachedAscent; // Our ascent, in prev. reflow.
|
||||
};
|
||||
|
||||
#endif /* nsFlexContainerFrame_h___ */
|
||||
|
Loading…
Reference in New Issue
Block a user