| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index bd13337fc65fc1c9a7e02fe83a927f1d43f6dc67..e23f6abbd37539958ca2b3e10b6f7c984bc5dea1 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -157,12 +157,14 @@ extern const char ImageDecodeTask[];
|
| extern const char Paint[];
|
| extern const char Layer[];
|
| extern const char BeginFrame[];
|
| +extern const char UpdateLayer[];
|
| };
|
|
|
| namespace InstrumentationEventArguments {
|
| extern const char LayerId[];
|
| -extern const char PageId[];
|
| +extern const char LayerTreeId[];
|
| extern const char NodeId[];
|
| +extern const char PageId[];
|
| };
|
|
|
| namespace InspectorInstrumentation {
|
|
|