| 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*);
|
|
|