Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameView.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698