| Index: third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| index b043ff4a1e09dcbb461a727a0b91f84d6571cb78..2d34af4c7775b63e49a7cf30f0dbec94ae5268ff 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/scheduler_tqm_delegate_impl.h
|
| @@ -16,8 +16,7 @@
|
| namespace blink {
|
| namespace scheduler {
|
|
|
| -class BLINK_PLATFORM_EXPORT SchedulerTqmDelegateImpl
|
| - : public SchedulerTqmDelegate {
|
| +class PLATFORM_EXPORT SchedulerTqmDelegateImpl : public SchedulerTqmDelegate {
|
| public:
|
| // |message_loop| is not owned and must outlive the lifetime of this object.
|
| static scoped_refptr<SchedulerTqmDelegateImpl> Create(
|
|
|