| Index: cc/output/overlay_processor.cc
|
| diff --git a/cc/output/overlay_processor.cc b/cc/output/overlay_processor.cc
|
| index a97623a4c2fa4917e36ea62440a6a6dd0dda4f4a..659184d43c5c8fd04b9670ef4865f3d334d4af0c 100644
|
| --- a/cc/output/overlay_processor.cc
|
| +++ b/cc/output/overlay_processor.cc
|
| @@ -29,7 +29,7 @@ void OverlayProcessor::ProcessForOverlays(ResourceProvider* resource_provider,
|
| RenderPassList* render_passes,
|
| OverlayCandidateList* candidates,
|
| gfx::Rect* damage_rect) {
|
| - for (auto strategy : strategies_) {
|
| + for (const auto& strategy : strategies_) {
|
| if (strategy->Attempt(resource_provider, render_passes, candidates,
|
| damage_rect)) {
|
| return;
|
|
|