| Index: content/common/frame_replication_state.h
|
| diff --git a/content/common/frame_replication_state.h b/content/common/frame_replication_state.h
|
| index 589fa4a055646a02fb51ffdcd017c87929776184..209f80be6d0ba2be19e55f3d87917b0dcdc44914 100644
|
| --- a/content/common/frame_replication_state.h
|
| +++ b/content/common/frame_replication_state.h
|
| @@ -34,6 +34,8 @@ enum class SandboxFlags : int {
|
| POINTER_LOCK = 1 << 8,
|
| DOCUMENT_DOMAIN = 1 << 9,
|
| ORIENTATION_LOCK = 1 << 10,
|
| + PROPAGATES_TO_AUXILIARY = 1 << 11,
|
| + MODALS = 1 << 12,
|
| ALL = -1
|
| };
|
|
|
|
|