| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| index 91d5b6c4b141539ef8fc1282242d0acf05eb6fbe..3173b5de5a1ef43df7cfcd157f2e21f9fcb41710 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -578,7 +578,7 @@ static void projectRectsToGraphicsLayerSpaceRecursive(
|
| *compositedLayer->layoutObject(), rect);
|
| rect.move(-graphicsLayer->offsetFromLayoutObject());
|
|
|
| - glRects->append(rect);
|
| + glRects->push_back(rect);
|
| }
|
| }
|
|
|
|
|