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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/task_queue_selector.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_selector.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_selector.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_selector.h
index 2ebf18f4a45a9e005b1c587046636ba944deedf9..1fd9a60ca98b3ec1edcb059f985add6ccf724e46 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_selector.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_selector.h
@@ -21,7 +21,7 @@ namespace internal {
// TaskQueueSelector is used by the SchedulerHelper to enable prioritization
// of particular task queues.
-class BLINK_PLATFORM_EXPORT TaskQueueSelector {
+class PLATFORM_EXPORT TaskQueueSelector {
public:
TaskQueueSelector();
~TaskQueueSelector();
@@ -58,7 +58,7 @@ class BLINK_PLATFORM_EXPORT TaskQueueSelector {
// Serialize the selector state for tracing.
void AsValueInto(base::trace_event::TracedValue* state) const;
- class BLINK_PLATFORM_EXPORT Observer {
+ class PLATFORM_EXPORT Observer {
public:
virtual ~Observer() {}
@@ -83,7 +83,7 @@ class BLINK_PLATFORM_EXPORT TaskQueueSelector {
bool EnabledWorkQueuesEmpty() const;
protected:
- class BLINK_PLATFORM_EXPORT PrioritizingSelector {
+ class PLATFORM_EXPORT PrioritizingSelector {
public:
PrioritizingSelector(TaskQueueSelector* task_queue_selector,
const char* name);

Powered by Google App Engine
This is Rietveld 408576698