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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc

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/platform/scheduler/child/idle_helper.cc
diff --git a/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc b/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc
index c3d73970dd4ddd7c93f118b0b2b1054bdd96da00..767b1262bc2d3579128a9ed4fd21450c6f2b5f32 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc
+++ b/third_party/WebKit/Source/platform/scheduler/child/idle_helper.cc
@@ -25,9 +25,7 @@ IdleHelper::IdleHelper(
delegate_(delegate),
idle_queue_(
helper_->NewTaskQueue(TaskQueue::Spec(TaskQueue::QueueType::IDLE))),
- state_(helper,
- delegate,
- idle_period_tracing_name),
+ state_(helper, delegate, idle_period_tracing_name),
required_quiescence_duration_before_long_idle_period_(
required_quiescence_duration_before_long_idle_period),
is_shutdown_(false),

Powered by Google App Engine
This is Rietveld 408576698