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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h

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/inspector/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index d7207b7b67a52fd6f4234a10716ed8d1041861f6..53deb2ff3fbfe8e12229528c052bd663c2e2305a 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -20,7 +20,7 @@ namespace v8 {
class Function;
template <typename T>
class Local;
-}
+} // namespace v8
namespace WTF {
class TextPosition;
@@ -62,7 +62,7 @@ namespace probe {
class CallFunction;
class ExecuteScript;
class ParseHTML;
-}
+} // namespace probe
enum ResourceLoadPriority : int;
@@ -117,7 +117,7 @@ class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
namespace InspectorLayoutEvent {
std::unique_ptr<TracedValue> BeginData(LocalFrameView*);
std::unique_ptr<TracedValue> EndData(LayoutObject* root_for_this_layout);
-}
+} // namespace InspectorLayoutEvent
namespace InspectorScheduleStyleInvalidationTrackingEvent {
extern const char kAttribute[];
@@ -335,7 +335,7 @@ extern const char kReflectionLayerChanged[];
extern const char kNewCompositedLayer[];
std::unique_ptr<TracedValue> Data(const PaintLayer*, const char* reason);
-}
+} // namespace InspectorLayerInvalidationTrackingEvent
#define TRACE_LAYER_INVALIDATION(LAYER, REASON) \
TRACE_EVENT_INSTANT1( \
@@ -354,7 +354,7 @@ std::unique_ptr<TracedValue> Data(const LayoutImage&);
std::unique_ptr<TracedValue> Data(const LayoutObject&, const StyleImage&);
std::unique_ptr<TracedValue> Data(const LayoutObject*,
const ImageResourceContent&);
-}
+} // namespace InspectorPaintImageEvent
namespace InspectorCommitLoadEvent {
std::unique_ptr<TracedValue> Data(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698