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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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_PUBLIC_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_ 5 #ifndef THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_
6 #define THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_ 6 #define THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_SCH EDULER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "public/platform/WebCommon.h"
9 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h" 10 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h"
10 #include "public/platform/scheduler/child/worker_scheduler.h" 11 #include "public/platform/scheduler/child/worker_scheduler.h"
11 #include "public/platform/WebCommon.h"
12 12
13 namespace base { 13 namespace base {
14 class Thread; 14 class Thread;
15 } 15 }
16 16
17 namespace blink { 17 namespace blink {
18 namespace scheduler { 18 namespace scheduler {
19 19
20 class BLINK_PLATFORM_EXPORT CompositorWorkerScheduler 20 class BLINK_PLATFORM_EXPORT CompositorWorkerScheduler
21 : public WorkerScheduler, 21 : public WorkerScheduler,
(...skipping 25 matching lines...) Expand all
47 private: 47 private:
48 base::Thread* thread_; 48 base::Thread* thread_;
49 49
50 DISALLOW_COPY_AND_ASSIGN(CompositorWorkerScheduler); 50 DISALLOW_COPY_AND_ASSIGN(CompositorWorkerScheduler);
51 }; 51 };
52 52
53 } // namespace scheduler 53 } // namespace scheduler
54 } // namespace blink 54 } // namespace blink
55 55
56 #endif // THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_ SCHEDULER_H_ 56 #endif // THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_ SCHEDULER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698