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

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_WEBTHREAD_IMPL_FOR_WO RKER_SCHEDULER_H_ 5 #ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_WEBTHREAD_IMPL_FOR_WO RKER_SCHEDULER_H_
6 #define THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_WEBTHREAD_IMPL_FOR_WO RKER_SCHEDULER_H_ 6 #define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_WEBTHREAD_IMPL_FOR_WO RKER_SCHEDULER_H_
7 7
8 #include "base/threading/thread.h" 8 #include "base/threading/thread.h"
9 #include "public/platform/WebPrivatePtr.h" 9 #include "public/platform/WebPrivatePtr.h"
10 #include "public/platform/scheduler/child/webthread_base.h" 10 #include "public/platform/scheduler/child/webthread_base.h"
11 11
12 namespace base { 12 namespace base {
13 class WaitableEvent; 13 class WaitableEvent;
14 } 14 }
15 15
16 namespace blink { 16 namespace blink {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 scoped_refptr<base::SingleThreadTaskRunner> thread_task_runner_; 75 scoped_refptr<base::SingleThreadTaskRunner> thread_task_runner_;
76 scoped_refptr<TaskQueue> task_runner_; 76 scoped_refptr<TaskQueue> task_runner_;
77 scoped_refptr<scheduler::SingleThreadIdleTaskRunner> idle_task_runner_; 77 scoped_refptr<scheduler::SingleThreadIdleTaskRunner> idle_task_runner_;
78 scoped_refptr<SchedulerTqmDelegate> task_runner_delegate_; 78 scoped_refptr<SchedulerTqmDelegate> task_runner_delegate_;
79 WebPrivatePtr<WebTaskRunnerImpl> web_task_runner_; 79 WebPrivatePtr<WebTaskRunnerImpl> web_task_runner_;
80 }; 80 };
81 81
82 } // namespace scheduler 82 } // namespace scheduler
83 } // namespace blink 83 } // namespace blink
84 84
85 #endif // THIRD_PARTY_WEBKIT_PUBLIC_PLATFORM_SCHEDULER_CHILD_WEBTHREAD_IMPL_FOR _WORKER_SCHEDULER_H_ 85 #endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_CHILD_WEBTHREAD_IMPL_FOR _WORKER_SCHEDULER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698