| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 2cb346660aa376bc24296a8f06838ac87958308c..53fb80644119a30f71622a2f85fd29f2b3a5b067 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -127,9 +127,11 @@ extern const char RasterTask[];
|
| extern const char Paint[];
|
| extern const char Layer[];
|
| extern const char BeginFrame[];
|
| +extern const char ActivateLayerTree[];
|
| };
|
|
|
| namespace InstrumentationEventArguments {
|
| +extern const char FrameId[];
|
| extern const char LayerId[];
|
| extern const char LayerTreeId[];
|
| extern const char PageId[];
|
|
|