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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/idle_time_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/idle_time_estimator.h
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h b/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h
index 5987d914e701acf492569ecc2cfb67a43e633bc2..bfd43af146d1a3ffa6923902b9e7176c2625441e 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator.h
@@ -9,14 +9,14 @@
#include "base/message_loop/message_loop.h"
#include "base/time/tick_clock.h"
#include "cc/base/rolling_time_delta_history.h"
+#include "platform/PlatformExport.h"
#include "platform/scheduler/base/task_queue.h"
-#include "public/platform/WebCommon.h"
namespace blink {
namespace scheduler {
// Estimates how much idle time there is available. Ignores nested tasks.
-class BLINK_PLATFORM_EXPORT IdleTimeEstimator
+class PLATFORM_EXPORT IdleTimeEstimator
: public base::MessageLoop::TaskObserver {
public:
IdleTimeEstimator(const scoped_refptr<TaskQueue>& compositor_task_runner,

Powered by Google App Engine
This is Rietveld 408576698