| Index: Source/core/rendering/CompositingReasons.h
|
| diff --git a/Source/core/rendering/CompositingReasons.h b/Source/core/rendering/CompositingReasons.h
|
| index 419049451480738374d9a924d508df9d28a94938..3f6adaeedfcba01e5a9047d84a7496db8f262e69 100644
|
| --- a/Source/core/rendering/CompositingReasons.h
|
| +++ b/Source/core/rendering/CompositingReasons.h
|
| @@ -60,6 +60,7 @@ const uint64_t CompositingReasonOverflowScrollingParent = UINT64_
|
| const uint64_t CompositingReasonOutOfFlowClipping = UINT64_C(1) << 33;
|
|
|
| const uint64_t CompositingReasonLayerForVideoOverlay = UINT64_C(1) << 34;
|
| +const uint64_t CompositingReasonIsolateCompositedDescendants = UINT64_C(1) << 35;
|
|
|
| // Note: if you add more reasons here, you will need to update WebCompositingReasons as well.
|
| typedef uint64_t CompositingReasons;
|
|
|