| Index: third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h
|
| index 209a86b239945e79c5a6e87cd06435cdc55accc1..4265057b780d805b96ea26134103b8ab65f213e6 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h
|
| @@ -140,6 +140,8 @@ class BLINK_PLATFORM_EXPORT TaskQueueImpl final : public TaskQueue {
|
| const char* GetName() const override;
|
| QueueType GetQueueType() const override;
|
|
|
| + bool HasFence() const { return main_thread_only().current_fence; }
|
| +
|
| // Must only be called from the thread this task queue was created on.
|
| void ReloadImmediateWorkQueueIfEmpty();
|
|
|
|
|