| 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,
|
|
|