| Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| index f6f79baf5f1947463912026ac4cdcd781ec131cf..73ddc3f638235dd5c8828474129934d7ef575f67 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.cpp
|
| @@ -138,7 +138,7 @@ void LayoutFlowThread::absoluteQuadsForDescendant(const LayoutBox& descendant,
|
| // coordinates for zero-height objects.
|
| fragment.inclusiveIntersect(iterator.fragmentainerInFlowThread());
|
| fragment.moveBy(-offsetFromFlowThread);
|
| - quads.append(descendant.localToAbsoluteQuad(FloatRect(fragment), mode));
|
| + quads.push_back(descendant.localToAbsoluteQuad(FloatRect(fragment), mode));
|
| }
|
| }
|
|
|
|
|