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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator.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/renderer/task_cost_estimator.h
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator.h b/third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator.h
index 0b8298aec94b0a1905747162d7529ff519c0e72e..3f0631e9e32f5f4c071afe69718eceafaff95a02 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/task_cost_estimator.h
@@ -9,7 +9,7 @@
#include "base/message_loop/message_loop.h"
#include "base/time/time.h"
#include "cc/base/rolling_time_delta_history.h"
-#include "public/platform/WebCommon.h"
+#include "platform/PlatformExport.h"
namespace base {
class TickClock;
@@ -19,7 +19,7 @@ namespace blink {
namespace scheduler {
// Estimates the cost of running tasks based on historical timing data.
-class BLINK_PLATFORM_EXPORT TaskCostEstimator
+class PLATFORM_EXPORT TaskCostEstimator
: public base::MessageLoop::TaskObserver {
public:
TaskCostEstimator(base::TickClock* time_source,

Powered by Google App Engine
This is Rietveld 408576698