| Index: third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h b/third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h
|
| index 6b0e76bbdd83929adc6ced93e4ea6afa8eaea9ac..6279fbaa3edc98a2834e417b1d999c477e3d2bd3 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/enqueue_order.h
|
| @@ -15,6 +15,12 @@ namespace internal {
|
|
|
| using EnqueueOrder = uint64_t;
|
|
|
| +enum class EnqueueOrderValues {
|
| + NONE = 0,
|
| + BLOCKING_FENCE = 1,
|
| + FIRST = 2,
|
| +};
|
| +
|
| // A 64bit integer used to provide ordering of tasks. NOTE The scheduler assumes
|
| // these values will not overflow.
|
| class EnqueueOrderGenerator {
|
|
|