Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h

Issue 2836853003: scheduler: Use PLATFORM_EXPORT instead of BLINK_PLATFORM_EXPORT (Closed)
Patch Set: Rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
index 6215f4017c61d3ccf517ebf852bfbbe2a91ee3f5..1f078e4b68a4e483e1f2475b4286db6054dd7376 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.h
@@ -51,7 +51,7 @@ class TaskTimeObserver;
// the incoming task queue (if any) are moved here. The work queues are
// registered with the selector as input to the scheduling decision.
//
-class BLINK_PLATFORM_EXPORT TaskQueueManager
+class PLATFORM_EXPORT TaskQueueManager
: public internal::TaskQueueSelector::Observer,
public base::MessageLoop::NestingObserver {
public:
@@ -105,7 +105,7 @@ class BLINK_PLATFORM_EXPORT TaskQueueManager
scoped_refptr<internal::TaskQueueImpl> NewTaskQueue(
const TaskQueue::Spec& spec);
- class BLINK_PLATFORM_EXPORT Observer {
+ class PLATFORM_EXPORT Observer {
public:
virtual ~Observer() {}

Powered by Google App Engine
This is Rietveld 408576698