| Index: Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
|
| index 51be2c88b4014eb145c56d3156596eff14e907e5..4b0b37d947d7e72af90ecc5428bb65b39dc744aa 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 {
|
|
|