Title: [167281] trunk/Source/WebCore
Revision
167281
Author
[email protected]
Date
2014-04-14 17:07:15 -0700 (Mon, 14 Apr 2014)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (167280 => 167281)


--- trunk/Source/WebCore/ChangeLog	2014-04-14 23:47:33 UTC (rev 167280)
+++ trunk/Source/WebCore/ChangeLog	2014-04-15 00:07:15 UTC (rev 167281)
@@ -1,3 +1,18 @@
+2014-04-14  Bem Jones-Bey  <[email protected]>
+
+        [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):
+
 2014-04-14  Andreas Kling  <[email protected]>
 
         Build fixage.

Modified: trunk/Source/WebCore/rendering/style/RenderStyle.cpp (167280 => 167281)


--- trunk/Source/WebCore/rendering/style/RenderStyle.cpp	2014-04-14 23:47:33 UTC (rev 167280)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.cpp	2014-04-15 00:07:15 UTC (rev 167281)
@@ -704,11 +704,6 @@
         return true;
 
 #if ENABLE(CSS_SHAPES)
-    // FIXME: The current spec is being reworked to remove dependencies between exclusions and affected 
-    // content. There's a proposal to use floats instead. In that case, wrap-shape should actually relayout 
-    // the parent container. For sure, I will have to revisit this code, but for now I've added this in order 
-    // to avoid having diff() == StyleDifferenceEqual where wrap-shapes actually differ.
-    // Tracking bug: https://bugs.webkit.org/show_bug.cgi?id=62991
     if (rareNonInheritedData->m_shapeOutside != other->rareNonInheritedData->m_shapeOutside)
         return true;
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to