| Index: third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameView.cpp b/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| index 02833ce98d337cabf04e02f7593249e4acc8a8af..5d03b851fa9e21a5acd6f1a0e0330117832f1423 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| @@ -3361,9 +3361,9 @@ void LocalFrameView::PushPaintArtifactToCompositor(
|
|
|
| SCOPED_BLINK_UMA_HISTOGRAM_TIMER("Blink.Compositing.UpdateTime");
|
|
|
| - paint_artifact_compositor_->Update(
|
| - paint_controller_->GetPaintArtifact(),
|
| - is_storing_composited_layer_debug_info_, composited_element_ids);
|
| + paint_artifact_compositor_->Update(paint_controller_->GetPaintArtifact(),
|
| + is_storing_composited_layer_debug_info_,
|
| + composited_element_ids);
|
| }
|
|
|
| std::unique_ptr<JSONObject> LocalFrameView::CompositedLayersAsJSON(
|
|
|