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

Side by Side Diff: services/ui/gpu/gpu_service.h

Issue 2921903003: Remove base::NonThreadSafe now that all users are gone!! (Closed)
Patch Set: rebase on r477274 Created 3 years, 6 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
« no previous file with comments | « remoting/protocol/transport.h ('k') | storage/browser/quota/usage_tracker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 SERVICES_UI_GPU_GPU_SERVICE_H_ 5 #ifndef SERVICES_UI_GPU_GPU_SERVICE_H_
6 #define SERVICES_UI_GPU_GPU_SERVICE_H_ 6 #define SERVICES_UI_GPU_GPU_SERVICE_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/single_thread_task_runner.h" 9 #include "base/single_thread_task_runner.h"
10 #include "base/synchronization/waitable_event.h" 10 #include "base/synchronization/waitable_event.h"
11 #include "base/task/cancelable_task_tracker.h" 11 #include "base/task/cancelable_task_tracker.h"
12 #include "base/threading/non_thread_safe.h"
13 #include "base/threading/thread.h" 12 #include "base/threading/thread.h"
14 #include "build/build_config.h" 13 #include "build/build_config.h"
15 #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h" 14 #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
16 #include "gpu/command_buffer/common/activity_flags.h" 15 #include "gpu/command_buffer/common/activity_flags.h"
17 #include "gpu/command_buffer/service/gpu_preferences.h" 16 #include "gpu/command_buffer/service/gpu_preferences.h"
18 #include "gpu/config/gpu_info.h" 17 #include "gpu/config/gpu_info.h"
19 #include "gpu/ipc/common/surface_handle.h" 18 #include "gpu/ipc/common/surface_handle.h"
20 #include "gpu/ipc/service/gpu_channel.h" 19 #include "gpu/ipc/service/gpu_channel.h"
21 #include "gpu/ipc/service/gpu_channel_manager.h" 20 #include "gpu/ipc/service/gpu_channel_manager.h"
22 #include "gpu/ipc/service/gpu_channel_manager_delegate.h" 21 #include "gpu/ipc/service/gpu_channel_manager_delegate.h"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 201
203 base::WeakPtr<GpuService> weak_ptr_; 202 base::WeakPtr<GpuService> weak_ptr_;
204 base::WeakPtrFactory<GpuService> weak_ptr_factory_; 203 base::WeakPtrFactory<GpuService> weak_ptr_factory_;
205 204
206 DISALLOW_COPY_AND_ASSIGN(GpuService); 205 DISALLOW_COPY_AND_ASSIGN(GpuService);
207 }; 206 };
208 207
209 } // namespace ui 208 } // namespace ui
210 209
211 #endif // SERVICES_UI_GPU_GPU_SERVICE_H_ 210 #endif // SERVICES_UI_GPU_GPU_SERVICE_H_
OLDNEW
« no previous file with comments | « remoting/protocol/transport.h ('k') | storage/browser/quota/usage_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698