Changeset 98772 in webkit
- Timestamp:
- Oct 28, 2011, 3:35:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/subpixellayout/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp
r98254 r98772 799 799 if (groupRemainingSpace == groupRemainingSpaceAtBeginning) { 800 800 // This is not advancing, avoid getting stuck by distributing the remaining pixels. 801 int spaceAdd;801 LayoutUnit spaceAdd; 802 802 if (groupRemainingSpace.abs() < 1) 803 803 spaceAdd = groupRemainingSpace;
Note:
See TracChangeset
for help on using the changeset viewer.