Chromium Code Reviews| Index: Source/core/layout/LayoutBox.cpp |
| diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp |
| index 13419634096f6f2a939c1ccdafc3f50bc0ef9918..21f9e115f22471e58cc8e806a2d04f0fc7e98c0b 100644 |
| --- a/Source/core/layout/LayoutBox.cpp |
| +++ b/Source/core/layout/LayoutBox.cpp |
| @@ -1170,7 +1170,7 @@ void LayoutBox::paintBoxDecorationBackground(const PaintInfo& paintInfo, const L |
| bool LayoutBox::getBackgroundPaintedExtent(LayoutRect& paintedExtent) |
| { |
| ASSERT(hasBackground()); |
| - LayoutRect backgroundRect = pixelSnappedIntRect(borderBoxRect()); |
|
chrishtr
2015/02/25 18:28:40
This one is not necessary because borderBoxRect()
|
| + LayoutRect backgroundRect = borderBoxRect(); |
| Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); |
| if (backgroundColor.alpha()) { |