| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 85421bf5c521b81d033452c24b1bbfff35e70420..d79806bbb0d3d68d34602c9c2010df77ac0135e0 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -151,12 +151,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 {
|
|
|