⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 98772 in webkit


Ignore:
Timestamp:
Oct 28, 2011, 3:35:13 PM (15 years ago)
Author:
leviw@chromium.org
Message:

Fixing fast/flexbox/flex-hang. Had used an int instead of a LayoutUnit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/subpixellayout/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp

    r98254 r98772  
    799799                    if (groupRemainingSpace == groupRemainingSpaceAtBeginning) {
    800800                        // This is not advancing, avoid getting stuck by distributing the remaining pixels.
    801                         int spaceAdd;
     801                        LayoutUnit spaceAdd;
    802802                        if (groupRemainingSpace.abs() < 1)
    803803                            spaceAdd = groupRemainingSpace;
Note: See TracChangeset for help on using the changeset viewer.