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

Side by Side Diff: content/browser/compositor/browser_compositor_output_surface.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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ 5 #ifndef CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
6 #define CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ 6 #define CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/threading/non_thread_safe.h"
10 #include "build/build_config.h" 9 #include "build/build_config.h"
11 #include "cc/output/output_surface.h" 10 #include "cc/output/output_surface.h"
12 #include "content/common/content_export.h" 11 #include "content/common/content_export.h"
13 12
14 namespace cc { 13 namespace cc {
15 class SoftwareOutputDevice; 14 class SoftwareOutputDevice;
16 } 15 }
17 16
18 namespace viz { 17 namespace viz {
19 class CompositorOverlayCandidateValidator; 18 class CompositorOverlayCandidateValidator;
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 private: 71 private:
73 std::unique_ptr<viz::CompositorOverlayCandidateValidator> 72 std::unique_ptr<viz::CompositorOverlayCandidateValidator>
74 overlay_candidate_validator_; 73 overlay_candidate_validator_;
75 74
76 DISALLOW_COPY_AND_ASSIGN(BrowserCompositorOutputSurface); 75 DISALLOW_COPY_AND_ASSIGN(BrowserCompositorOutputSurface);
77 }; 76 };
78 77
79 } // namespace content 78 } // namespace content
80 79
81 #endif // CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_ 80 #endif // CONTENT_BROWSER_COMPOSITOR_BROWSER_COMPOSITOR_OUTPUT_SURFACE_H_
OLDNEW
« no previous file with comments | « components/sync/engine_impl/net/server_connection_manager.h ('k') | content/public/browser/ssl_host_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698