| Index: Source/core/dom/StyleChangeReason.h
|
| diff --git a/Source/core/dom/StyleChangeReason.h b/Source/core/dom/StyleChangeReason.h
|
| index d647ef7ec4005a6efd274cc8ef73c3f5e1136675..0e6ae6d27a57cf2237066e6a11034b51fd0e0180 100644
|
| --- a/Source/core/dom/StyleChangeReason.h
|
| +++ b/Source/core/dom/StyleChangeReason.h
|
| @@ -19,6 +19,7 @@ namespace StyleChangeReason {
|
| extern const char ActiveStylesheetsUpdate[];
|
| extern const char Animation[];
|
| extern const char Attribute[];
|
| +extern const char CompositorProxy[];
|
| extern const char ControlValue[];
|
| extern const char Control[];
|
| extern const char DesignMode[];
|
|
|