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

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

Issue 2836203003: [scheduler] Update header guards. (Closed)
Patch Set: 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_PUBLIC_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_PUBLIC_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 "platform/scheduler/child/worker_scheduler.h" 9 #include "platform/scheduler/child/worker_scheduler.h"
10 #include "public/platform/WebCommon.h" 10 #include "public/platform/WebCommon.h"
11 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h" 11 #include "public/platform/scheduler/child/single_thread_idle_task_runner.h"
12 12
13 namespace base { 13 namespace base {
14 class Thread; 14 class Thread;
15 } 15 }
16 16
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 private: 52 private:
53 base::Thread* thread_; 53 base::Thread* thread_;
54 54
55 DISALLOW_COPY_AND_ASSIGN(CompositorWorkerScheduler); 55 DISALLOW_COPY_AND_ASSIGN(CompositorWorkerScheduler);
56 }; 56 };
57 57
58 } // namespace scheduler 58 } // namespace scheduler
59 } // namespace blink 59 } // namespace blink
60 60
61 #endif // THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_ SCHEDULER_H_ 61 #endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_COMPOSITOR_WORKER_ SCHEDULER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698