<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[168883] trunk</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/168883">168883</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-05-14 19:37:45 -0700 (Wed, 14 May 2014)</dd>
</dl>
<h3>Log Message</h3>
<pre>Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/168750">r168750</a>.
https://bugs.webkit.org/show_bug.cgi?id=132935
Caused repaint bugs (Requested by weinig on #webkit).
Reverted changeset:
"Text decorations do not contribute to visual overflow"
https://bugs.webkit.org/show_bug.cgi?id=132773
http://trac.webkit.org/changeset/168750</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineTextBoxcpp">trunk/Source/WebCore/rendering/InlineTextBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingInlineTextBoxh">trunk/Source/WebCore/rendering/InlineTextBox.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockLineLayoutcpp">trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleRenderStylecpp">trunk/Source/WebCore/rendering/style/RenderStyle.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleRenderStyleh">trunk/Source/WebCore/rendering/style/RenderStyle.h</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li>trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/resources/</li>
<li><a href="#trunkLayoutTestsfastcss3textcss3textdecorationrepaintunderlineoutsideoflayoutrectexpectedhtml">trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastcss3textcss3textdecorationrepaintunderlineoutsideoflayoutrecthtml">trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect.html</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/LayoutTests/ChangeLog        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2014-05-14 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r168750.
+ https://bugs.webkit.org/show_bug.cgi?id=132935
+
+ Caused repaint bugs (Requested by weinig on #webkit).
+
+ Reverted changeset:
+
+ "Text decorations do not contribute to visual overflow"
+ https://bugs.webkit.org/show_bug.cgi?id=132773
+ http://trac.webkit.org/changeset/168750
+
</ins><span class="cx"> 2014-05-14 Zalan Bujtas <zalan@apple.com>
</span><span class="cx">
</span><span class="cx"> Subpixel layout: Change Element.offset* client* scroll* return type to double.
</span></span></pre></div>
<a id="trunkLayoutTestsfastcss3textcss3textdecorationrepaintunderlineoutsideoflayoutrectexpectedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect-expected.html (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect-expected.html        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect-expected.html        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-<!DOCTYPE html>
-<html>
-<head>
-<style>
-@font-face {
- font-family: 'Litherum';
- src: url("./resources/Litherum.svg") format(svg)
-}
-div {
- font-family: 'Litherum';
- -webkit-text-decoration-skip: none;
- -webkit-text-decoration-color: green;
- width: 1px;
- height: 1px;
-}
-</style>
-</head>
-<body>
-This test makes sure that underlines contribute to visual overflow.
-The SVG font has a descent of 0, which means that underlines will
-lie outside of the glyph boundaries. The test makes sure that
-drawing underlined text ends up the same as drawing text that has
-had the underline retroactively applied to it with javascript.
-<div style="position: relative">
-<div id="underline" style="position: absolute; left: 0px; top: 0px; text-decoration: underline;">|</div>
-<div id="underlineunder" style="position: absolute; left: 20px; top: 0px; -webkit-text-underline-position: under; text-decoration: underline">|</div>
-<div id="linethrough" style="position: absolute; left: 40px; top: 0px; text-decoration: line-through;">|</div>
-<div id="overline" style="position: absolute; left: 60px; top: 0px; text-decoration: overline;">|</div>
-
-<div id="wavyunderline" style="position: absolute; left: 0px; top: 20px; -webkit-text-decoration-style: wavy; text-decoration: underline;">|</div>
-<div id="wavyunderlineunder" style="position: absolute; left: 20px; top: 20px; -webkit-text-underline-position: under; -webkit-text-decoration-style: wavy; text-decoration: underline;">|</div>
-<div id="wavylinethrough" style="font-size: 1px; position: absolute; left: 40px; top: 20px; -webkit-text-decoration-style: wavy; text-decoration: line-through;">-</div>
-<div id="wavyoverline" style="position: absolute; left: 60px; top: 20px; -webkit-text-decoration-style: wavy; text-decoration: overline;">|</div>
-</div>
-</body>
-</html>
</del></span></pre></div>
<a id="trunkLayoutTestsfastcss3textcss3textdecorationrepaintunderlineoutsideoflayoutrecthtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect.html (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect.html        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/LayoutTests/fast/css3-text/css3-text-decoration/repaint/underline-outside-of-layout-rect.html        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -1,54 +0,0 @@
</span><del>-<!DOCTYPE html>
-<html>
-<head>
-<style>
-@font-face {
- font-family: 'Litherum';
- src: url("./resources/Litherum.svg") format(svg)
-}
-div {
- font-family: 'Litherum';
- -webkit-text-decoration-skip: none;
- -webkit-text-decoration-color: green;
- width: 1px;
- height: 1px;
-}
-</style>
-</head>
-<body>
-This test makes sure that underlines contribute to visual overflow.
-The SVG font has a descent of 0, which means that underlines will
-lie outside of the glyph boundaries. The test makes sure that
-drawing underlined text ends up the same as drawing text that has
-had the underline retroactively applied to it with javascript.
-<div style="position: relative">
-<div id="underline" style="position: absolute; left: 0px; top: 0px;">|</div>
-<div id="underlineunder" style="position: absolute; left: 20px; top: 0px; -webkit-text-underline-position: under;">|</div>
-<div id="linethrough" style="position: absolute; left: 40px; top: 0px;">|</div>
-<div id="overline" style="position: absolute; left: 60px; top: 0px;">|</div>
-
-<div id="wavyunderline" style="position: absolute; left: 0px; top: 20px; -webkit-text-decoration-style: wavy;">|</div>
-<div id="wavyunderlineunder" style="position: absolute; left: 20px; top: 20px; -webkit-text-underline-position: under; -webkit-text-decoration-style: wavy;">|</div>
-<div id="wavylinethrough" style="font-size: 1px; position: absolute; left: 40px; top: 20px; -webkit-text-decoration-style: wavy;">-</div>
-<div id="wavyoverline" style="position: absolute; left: 60px; top: 20px; -webkit-text-decoration-style: wavy;">|</div>
-</div>
-<script>
-function applyUnderline() {
- document.getElementById('underline').style.textDecoration = "underline";
- document.getElementById('underlineunder').style.textDecoration = "underline";
- document.getElementById('linethrough').style.textDecoration = "line-through";
- document.getElementById('overline').style.textDecoration = "overline";
- document.getElementById('wavyunderline').style.textDecoration = "underline";
- document.getElementById('wavyunderlineunder').style.textDecoration = "underline";
- document.getElementById('wavylinethrough').style.textDecoration = "line-through";
- document.getElementById('wavyoverline').style.textDecoration = "overline";
- if (window.testRunner)
- testRunner.notifyDone();
-}
-
-if (window.testRunner)
- testRunner.waitUntilDone();
-window.addEventListener('load', applyUnderline, false);
-</script>
-</body>
-</html>
</del></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/Source/WebCore/ChangeLog        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2014-05-14 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r168750.
+ https://bugs.webkit.org/show_bug.cgi?id=132935
+
+ Caused repaint bugs (Requested by weinig on #webkit).
+
+ Reverted changeset:
+
+ "Text decorations do not contribute to visual overflow"
+ https://bugs.webkit.org/show_bug.cgi?id=132773
+ http://trac.webkit.org/changeset/168750
+
</ins><span class="cx"> 2014-05-14 Simon Fraser <simon.fraser@apple.com>
</span><span class="cx">
</span><span class="cx"> [New multicolumn] Spin in RenderMultiColumnSet::repaintFlowThreadContent()
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineTextBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineTextBox.cpp (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineTextBox.cpp        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/Source/WebCore/rendering/InlineTextBox.cpp        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -973,71 +973,6 @@
</span><span class="cx"> context.strokePath(path);
</span><span class="cx"> }
</span><span class="cx">
</span><del>-static inline float textDecorationStrokeThickness(float fontSize)
-{
- const float textDecorationBaseFontSize = 16;
- return fontSize / textDecorationBaseFontSize;
-}
-
-static inline float wavyOffsetFromDecoration()
-{
- return 2;
-}
-
-void InlineTextBox::extendVerticalVisualOverflowForDecorations(float& top, float& bottom) const
-{
- const RenderStyle& lineStyle = this->lineStyle();
- TextDecoration decoration = lineStyle.textDecorationsInEffect();
-
- if (decoration == TextDecorationNone)
- return;
-
- TextDecorationStyle decorationStyle = lineStyle.textDecorationStyle();
- float strokeThickness = textDecorationStrokeThickness(renderer().style().fontSize());
-
- float controlPointDistance;
- float step;
- float wavyOffset;
-
- if (decorationStyle == TextDecorationStyleWavy) {
- getWavyStrokeParameters(strokeThickness, controlPointDistance, step);
- wavyOffset = wavyOffsetFromDecoration();
- }
-
- float height = logicalHeight();
-
- // These metrics must match where underlines get drawn.
- if (decoration & TextDecorationUnderline) {
- float underlineOffset = computeUnderlineOffset(lineStyle.textUnderlinePosition(), lineStyle.fontMetrics(), this, strokeThickness);
- if (decorationStyle == TextDecorationStyleWavy) {
- bottom = std::max(bottom, underlineOffset + wavyOffset + controlPointDistance + strokeThickness - height);
- top = std::max(top, -(underlineOffset + wavyOffset - controlPointDistance - strokeThickness));
- } else {
- bottom = std::max(bottom, underlineOffset + strokeThickness - height);
- top = std::max(top, -underlineOffset);
- }
- }
- if (decoration & TextDecorationOverline) {
- if (decorationStyle == TextDecorationStyleWavy) {
- bottom = std::max(bottom, -wavyOffset + controlPointDistance + strokeThickness - height);
- top = std::max(top, wavyOffset + controlPointDistance + strokeThickness);
- } else {
- bottom = std::max(bottom, strokeThickness - height);
- // top is untouched
- }
- }
- if (decoration & TextDecorationLineThrough) {
- float baseline = lineStyle.fontMetrics().floatAscent();
- if (decorationStyle == TextDecorationStyleWavy) {
- bottom = std::max(bottom, 2 * baseline / 3 + controlPointDistance + strokeThickness - height);
- top = std::max(top, -(2 * baseline / 3 - controlPointDistance - strokeThickness));
- } else {
- bottom = std::max(bottom, 2 * baseline / 3 + strokeThickness - height);
- top = std::max(top, -(2 * baseline / 3));
- }
- }
-}
-
</del><span class="cx"> void InlineTextBox::paintDecoration(GraphicsContext& context, const FloatPoint& boxOrigin, TextDecoration decoration, TextDecorationStyle decorationStyle, const ShadowData* shadow, TextPainter& textPainter)
</span><span class="cx"> {
</span><span class="cx"> #if !ENABLE(CSS3_TEXT_DECORATION_SKIP_INK)
</span><span class="lines">@@ -1065,7 +1000,8 @@
</span><span class="cx"> // Use a special function for underlines to get the positioning exactly right.
</span><span class="cx"> bool isPrinting = renderer().document().printing();
</span><span class="cx">
</span><del>- float textDecorationThickness = textDecorationStrokeThickness(renderer().style().fontSize());
</del><ins>+ const float textDecorationBaseFontSize = 16;
+ float textDecorationThickness = renderer().style().fontSize() / textDecorationBaseFontSize;
</ins><span class="cx"> context.setStrokeThickness(textDecorationThickness);
</span><span class="cx">
</span><span class="cx"> bool linesAreOpaque = !isPrinting && (!(decoration & TextDecorationUnderline) || underline.alpha() == 255) && (!(decoration & TextDecorationOverline) || overline.alpha() == 255) && (!(decoration & TextDecorationLineThrough) || linethrough.alpha() == 255);
</span><span class="lines">@@ -1111,13 +1047,13 @@
</span><span class="cx"> shadow = shadow->next();
</span><span class="cx"> }
</span><span class="cx">
</span><del>- float wavyOffset = wavyOffsetFromDecoration();
</del><ins>+ float wavyOffset = 2.f;
</ins><span class="cx">
</span><span class="cx"> context.setStrokeStyle(textDecorationStyleToStrokeStyle(decorationStyle));
</span><del>- // These decorations should match the visual overflows computed in extendVerticalVisualOverflowForDecorations()
</del><span class="cx"> if (decoration & TextDecorationUnderline) {
</span><span class="cx"> context.setStrokeColor(underline, colorSpace);
</span><del>- const int underlineOffset = computeUnderlineOffset(lineStyle.textUnderlinePosition(), lineStyle.fontMetrics(), this, textDecorationThickness);
</del><ins>+ TextUnderlinePosition underlinePosition = lineStyle.textUnderlinePosition();
+ const int underlineOffset = computeUnderlineOffset(underlinePosition, lineStyle.fontMetrics(), this, textDecorationThickness);
</ins><span class="cx">
</span><span class="cx"> switch (decorationStyle) {
</span><span class="cx"> case TextDecorationStyleWavy: {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingInlineTextBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/InlineTextBox.h (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/InlineTextBox.h        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/Source/WebCore/rendering/InlineTextBox.h        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -159,7 +159,6 @@
</span><span class="cx"> public:
</span><span class="cx"> virtual int offsetForPosition(float x, bool includePartialGlyphs = true) const;
</span><span class="cx"> virtual float positionForOffset(int offset) const;
</span><del>- void extendVerticalVisualOverflowForDecorations(float& top, float& bottom) const;
</del><span class="cx">
</span><span class="cx"> // Needs to be public, so the static paintTextWithShadows() function can use it.
</span><span class="cx"> static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockLineLayoutcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -524,17 +524,7 @@
</span><span class="cx"> copyToVector(fallbackFonts, it->value.first);
</span><span class="cx"> run->box()->parent()->clearDescendantsHaveSameLineHeightAndBaseline();
</span><span class="cx"> }
</span><del>-
- // Include text decoration visual overflow as part of the glyph overflow.
- if (renderer->style().textDecorationsInEffect() != TextDecorationNone) {
- float top = glyphOverflow.top;
- float bottom = glyphOverflow.bottom;
- toInlineTextBox(run->box())->extendVerticalVisualOverflowForDecorations(top, bottom);
- glyphOverflow.top = static_cast<int>(ceilf(top));
- glyphOverflow.bottom = static_cast<int>(ceilf(bottom));
- }
-
- if (glyphOverflow.top || glyphOverflow.bottom || glyphOverflow.left || glyphOverflow.right) {
</del><ins>+ if ((glyphOverflow.top || glyphOverflow.bottom || glyphOverflow.left || glyphOverflow.right)) {
</ins><span class="cx"> ASSERT(run->box()->behavesLikeText());
</span><span class="cx"> GlyphOverflowAndFallbackFontsMap::iterator it = textBoxDataMap.add(toInlineTextBox(run->box()), std::make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).iterator;
</span><span class="cx"> it->value.second = glyphOverflow;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleRenderStylecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/RenderStyle.cpp (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/RenderStyle.cpp        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.cpp        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -382,22 +382,6 @@
</span><span class="cx"> return true;
</span><span class="cx"> }
</span><span class="cx">
</span><del>-inline bool RenderStyle::changeAffectsVisualOverflow(const RenderStyle& other) const
-{
- if (rareNonInheritedData.get() != other.rareNonInheritedData.get()
- && !rareNonInheritedData->shadowDataEquivalent(*other.rareNonInheritedData.get()))
- return true;
-
- if (inherited_flags._text_decorations != other.inherited_flags._text_decorations
- || visual->textDecoration != other.visual->textDecoration
- || rareNonInheritedData->m_textDecorationStyle != other.rareNonInheritedData->m_textDecorationStyle
- || rareNonInheritedData->m_textDecorationColor != other.rareNonInheritedData->m_textDecorationColor
- || rareInheritedData->m_textDecorationSkip != other.rareInheritedData->m_textDecorationSkip)
- return true;
-
- return false;
-}
-
</del><span class="cx"> bool RenderStyle::changeRequiresLayout(const RenderStyle* other, unsigned& changedContextSensitiveProperties) const
</span><span class="cx"> {
</span><span class="cx"> if (m_box->width() != other->m_box->width()
</span><span class="lines">@@ -420,10 +404,6 @@
</span><span class="cx"> if (surround->padding != other->surround->padding)
</span><span class="cx"> return true;
</span><span class="cx">
</span><del>- // FIXME: We should add an optimized form of layout that just recomputes visual overflow.
- if (changeAffectsVisualOverflow(*other))
- return true;
-
</del><span class="cx"> if (rareNonInheritedData.get() != other->rareNonInheritedData.get()) {
</span><span class="cx"> if (rareNonInheritedData->m_appearance != other->rareNonInheritedData->m_appearance
</span><span class="cx"> || rareNonInheritedData->marginBeforeCollapse != other->rareNonInheritedData->marginBeforeCollapse
</span><span class="lines">@@ -454,6 +434,10 @@
</span><span class="cx"> || rareNonInheritedData->m_justifyContent != other->rareNonInheritedData->m_justifyContent)
</span><span class="cx"> return true;
</span><span class="cx">
</span><ins>+ // FIXME: We should add an optimized form of layout that just recomputes visual overflow.
+ if (!rareNonInheritedData->shadowDataEquivalent(*other->rareNonInheritedData.get()))
+ return true;
+
</ins><span class="cx"> if (!rareNonInheritedData->reflectionDataEquivalent(*other->rareNonInheritedData.get()))
</span><span class="cx"> return true;
</span><span class="cx">
</span><span class="lines">@@ -730,6 +714,11 @@
</span><span class="cx"> bool RenderStyle::changeRequiresRepaintIfTextOrBorderOrOutline(const RenderStyle* other, unsigned&) const
</span><span class="cx"> {
</span><span class="cx"> if (inherited->color != other->inherited->color
</span><ins>+ || inherited_flags._text_decorations != other->inherited_flags._text_decorations
+ || visual->textDecoration != other->visual->textDecoration
+ || rareNonInheritedData->m_textDecorationStyle != other->rareNonInheritedData->m_textDecorationStyle
+ || rareNonInheritedData->m_textDecorationColor != other->rareNonInheritedData->m_textDecorationColor
+ || rareInheritedData->m_textDecorationSkip != other->rareInheritedData->m_textDecorationSkip
</ins><span class="cx"> || rareInheritedData->textFillColor != other->rareInheritedData->textFillColor
</span><span class="cx"> || rareInheritedData->textStrokeColor != other->rareInheritedData->textStrokeColor
</span><span class="cx"> || rareInheritedData->textEmphasisColor != other->rareInheritedData->textEmphasisColor
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleRenderStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/RenderStyle.h (168882 => 168883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/RenderStyle.h        2014-05-15 02:33:08 UTC (rev 168882)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.h        2014-05-15 02:37:45 UTC (rev 168883)
</span><span class="lines">@@ -1936,7 +1936,6 @@
</span><span class="cx"> static ptrdiff_t noninheritedFlagsMemoryOffset() { return OBJECT_OFFSETOF(RenderStyle, noninherited_flags); }
</span><span class="cx">
</span><span class="cx"> private:
</span><del>- bool changeAffectsVisualOverflow(const RenderStyle&) const;
</del><span class="cx"> bool changeRequiresLayout(const RenderStyle*, unsigned& changedContextSensitiveProperties) const;
</span><span class="cx"> bool changeRequiresPositionedLayoutOnly(const RenderStyle*, unsigned& changedContextSensitiveProperties) const;
</span><span class="cx"> bool changeRequiresLayerRepaint(const RenderStyle*, unsigned& changedContextSensitiveProperties) const;
</span></span></pre>
</div>
</div>
</body>
</html>