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

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.h

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: fix upstream Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_ 5 #ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_
6 #define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_ 6 #define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/message_loop/message_loop.h"
9 #include "platform/PlatformExport.h" 10 #include "platform/PlatformExport.h"
10 #include "platform/scheduler/child/worker_scheduler.h" 11 #include "platform/scheduler/child/worker_scheduler.h"
11 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h" 12 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h"
12 13
13 namespace base { 14 namespace base {
14 class Thread; 15 class Thread;
15 } 16 }
16 17
17 namespace blink { 18 namespace blink {
18 namespace scheduler { 19 namespace scheduler {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 private: 53 private:
53 base::Thread* thread_; 54 base::Thread* thread_;
54 55
55 DISALLOW_COPY_AND_ASSIGN(CompositorWorkerScheduler); 56 DISALLOW_COPY_AND_ASSIGN(CompositorWorkerScheduler);
56 }; 57 };
57 58
58 } // namespace scheduler 59 } // namespace scheduler
59 } // namespace blink 60 } // namespace blink
60 61
61 #endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_ SCHEDULER_H_ 62 #endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_ SCHEDULER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698