| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.cpp
|
| index 0d3fd717efb7d4de8266008772d6e87c9aa5290a..1604b7b12c6126689fe47901e9fc46767c02f9a9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.cpp
|
| @@ -212,7 +212,7 @@ scoped_refptr<cc::DisplayItemList> PaintChunksToCcLayer::convert(
|
| ccList->CreateAndAppendPairedBeginItem<cc::TransformDisplayItem>(
|
| counterOffset);
|
|
|
| - for (const auto& paintChunk : paintChunks) {
|
| + for (const auto* paintChunk : paintChunks) {
|
| const PropertyTreeState* state = &paintChunk->properties.propertyTreeState;
|
| PropertyTreeStateIterator iterator(*state);
|
| Vector<PropertyTreeState> pairedStates;
|
|
|