| Index: third_party/WebKit/Source/platform/scheduler/base/work_queue.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/base/work_queue.h b/third_party/WebKit/Source/platform/scheduler/base/work_queue.h
|
| index 1dd47e12f6f6856158e43f6c698efe1622c39a49..ff0f55a0652298977cfa259c7e302f431680f80b 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/base/work_queue.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/base/work_queue.h
|
| @@ -29,7 +29,7 @@ class WorkQueueSets;
|
| // API subset used by WorkQueueSets pretends the WorkQueue is empty until the
|
| // fence is removed. This functionality is a primitive intended for use by
|
| // throttling mechanisms.
|
| -class BLINK_PLATFORM_EXPORT WorkQueue {
|
| +class PLATFORM_EXPORT WorkQueue {
|
| public:
|
| enum class QueueType { DELAYED, IMMEDIATE };
|
|
|
|
|