| Index: cc/debug/invalidation_benchmark.cc
|
| diff --git a/cc/debug/invalidation_benchmark.cc b/cc/debug/invalidation_benchmark.cc
|
| index f1f2580a81476127b27fe8d76d5c8010b3c666c3..5a5436ca5885034b0d61f29bf60fe97d8152c06f 100644
|
| --- a/cc/debug/invalidation_benchmark.cc
|
| +++ b/cc/debug/invalidation_benchmark.cc
|
| @@ -65,7 +65,8 @@ InvalidationBenchmark::~InvalidationBenchmark() {
|
|
|
| void InvalidationBenchmark::DidUpdateLayers(LayerTreeHost* host) {
|
| LayerTreeHostCommon::CallFunctionForEveryLayer(
|
| - host, [this](Layer* layer) { layer->RunMicroBenchmark(this); });
|
| + host, [this](Layer* layer) { layer->RunMicroBenchmark(this); },
|
| + CallFunctionLayerType::ALL_LAYERS);
|
| }
|
|
|
| void InvalidationBenchmark::RunOnLayer(PictureLayer* layer) {
|
|
|