Changeset 167281 in webkit


Ignore:
Timestamp:
Apr 14, 2014 5:07:15 PM (10 years ago)
Author:
Bem Jones-Bey
Message:

[CSSExclusions] Remove FIXME referencing closed bug
https://bugs.webkit.org/show_bug.cgi?id=131645

Reviewed by Dean Jackson.

This is silly, but the comment is really confusing as it's entirely
wrong now.

No new tests, no behavior change.

  • rendering/style/RenderStyle.cpp:

(WebCore::RenderStyle::changeRequiresRepaint):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r167279 r167281  
     12014-04-14  Bem Jones-Bey  <bjonesbe@adobe.com>
     2
     3        [CSSExclusions] Remove FIXME referencing closed bug
     4        https://bugs.webkit.org/show_bug.cgi?id=131645
     5
     6        Reviewed by Dean Jackson.
     7
     8        This is silly, but the comment is really confusing as it's entirely
     9        wrong now.
     10
     11        No new tests, no behavior change.
     12
     13        * rendering/style/RenderStyle.cpp:
     14        (WebCore::RenderStyle::changeRequiresRepaint):
     15
    1162014-04-14  Andreas Kling  <akling@apple.com>
    217
  • trunk/Source/WebCore/rendering/style/RenderStyle.cpp

    r166920 r167281  
    705705
    706706#if ENABLE(CSS_SHAPES)
    707     // FIXME: The current spec is being reworked to remove dependencies between exclusions and affected
    708     // content. There's a proposal to use floats instead. In that case, wrap-shape should actually relayout
    709     // the parent container. For sure, I will have to revisit this code, but for now I've added this in order
    710     // to avoid having diff() == StyleDifferenceEqual where wrap-shapes actually differ.
    711     // Tracking bug: https://bugs.webkit.org/show_bug.cgi?id=62991
    712707    if (rareNonInheritedData->m_shapeOutside != other->rareNonInheritedData->m_shapeOutside)
    713708        return true;
Note: See TracChangeset for help on using the changeset viewer.