| Index: sky/engine/core/rendering/RenderBlock.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlock.cpp b/sky/engine/core/rendering/RenderBlock.cpp
|
| index 61a1c722e11a6fc23076ff089cba725f6027fd6a..2314f3b0b79704f69283e4e2d508f3816d9b436c 100644
|
| --- a/sky/engine/core/rendering/RenderBlock.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlock.cpp
|
| @@ -1727,11 +1727,6 @@ void RenderBlock::clearTruncation()
|
| }
|
| }
|
|
|
| -void RenderBlock::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
|
| -{
|
| - rects.append(pixelSnappedIntRect(accumulatedOffset, size()));
|
| -}
|
| -
|
| void RenderBlock::absoluteQuads(Vector<FloatQuad>& quads) const
|
| {
|
| quads.append(RenderBox::localToAbsoluteQuad(FloatRect(0, 0, width().toFloat(), height().toFloat()), 0 /* mode */));
|
|
|