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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.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/timing/Performance.cpp
diff --git a/third_party/WebKit/Source/core/timing/Performance.cpp b/third_party/WebKit/Source/core/timing/Performance.cpp
index a60c520b94f94b3757d865b804b8e0504dd77656..7cee4f7c8e78b6124a3b911ab8f0fa4e915fb0a3 100644
--- a/third_party/WebKit/Source/core/timing/Performance.cpp
+++ b/third_party/WebKit/Source/core/timing/Performance.cpp
@@ -43,8 +43,8 @@
#include "core/loader/DocumentLoader.h"
#include "core/origin_trials/OriginTrials.h"
#include "core/timing/PerformanceTiming.h"
-#include "platform/loader/fetch/ResourceTimingInfo.h"
#include "platform/RuntimeEnabledFeatures.h"
+#include "platform/loader/fetch/ResourceTimingInfo.h"
static const double kLongTaskThreshold = 0.05;
@@ -108,8 +108,7 @@ Performance::Performance(LocalFrame* frame)
TaskRunnerHelper::Get(TaskType::kPerformanceTimeline, frame)),
DOMWindowClient(frame) {}
-Performance::~Performance() {
-}
+Performance::~Performance() {}
ExecutionContext* Performance::GetExecutionContext() const {
if (!GetFrame())

Powered by Google App Engine
This is Rietveld 408576698