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

Unified Diff: third_party/WebKit/Source/core/frame/PerformanceMonitor.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/PerformanceMonitor.h
diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
index 4d74e2884348d733d49cb330c4243793173ed364..db746232ea917417142b17ef4822ac2cf55484de 100644
--- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
+++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.h
@@ -5,12 +5,12 @@
#ifndef PerformanceMonitor_h
#define PerformanceMonitor_h
+#include <v8.h>
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "public/platform/WebThread.h"
#include "public/platform/scheduler/base/task_time_observer.h"
#include "wtf/text/AtomicString.h"
-#include <v8.h>
namespace blink {
@@ -45,6 +45,7 @@ class CORE_EXPORT PerformanceMonitor final
class CORE_EXPORT HandlerCall {
STACK_ALLOCATED();
+
public:
HandlerCall(ExecutionContext*, bool recurring);
HandlerCall(ExecutionContext*, const char* name, bool recurring);
« no previous file with comments | « third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h ('k') | third_party/WebKit/Source/core/frame/Settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698