| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 27185da74c2956a3c12ef78492d00a1e67eff61d..8d4a5d7c1701034c34b83343cd3d0f09642c65c4 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -437,6 +437,7 @@ const char PaddingChanged[] = "Padding changed";
|
| const char TextControlChanged[] = "Text control changed";
|
| const char SvgChanged[] = "SVG changed";
|
| const char ScrollbarChanged[] = "Scrollbar changed";
|
| +const char TopLayerChanged[] = "Top layer changed";
|
| } // namespace LayoutInvalidationReason
|
|
|
| std::unique_ptr<TracedValue> InspectorLayoutInvalidationTrackingEvent::data(
|
|
|