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

Side by Side Diff: cc/surfaces/compositor_frame_sink_support.h

Issue 2852163002: cc: framesink_manager* => frame_sink_manager* (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
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/frame_sink_manager.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 CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_H_ 5 #ifndef CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_H_
6 #define CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_H_ 6 #define CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <unordered_set> 9 #include <unordered_set>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "cc/output/compositor_frame.h" 14 #include "cc/output/compositor_frame.h"
15 #include "cc/scheduler/begin_frame_source.h" 15 #include "cc/scheduler/begin_frame_source.h"
16 #include "cc/surfaces/framesink_manager_client.h" 16 #include "cc/surfaces/frame_sink_manager_client.h"
17 #include "cc/surfaces/referenced_surface_tracker.h" 17 #include "cc/surfaces/referenced_surface_tracker.h"
18 #include "cc/surfaces/surface_factory.h" 18 #include "cc/surfaces/surface_factory.h"
19 #include "cc/surfaces/surface_factory_client.h" 19 #include "cc/surfaces/surface_factory_client.h"
20 #include "cc/surfaces/surface_id.h" 20 #include "cc/surfaces/surface_id.h"
21 #include "cc/surfaces/surface_resource_holder_client.h" 21 #include "cc/surfaces/surface_resource_holder_client.h"
22 #include "cc/surfaces/surfaces_export.h" 22 #include "cc/surfaces/surfaces_export.h"
23 23
24 namespace cc { 24 namespace cc {
25 25
26 class CompositorFrameSinkSupportClient; 26 class CompositorFrameSinkSupportClient;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 const bool handles_frame_sink_id_invalidation_; 144 const bool handles_frame_sink_id_invalidation_;
145 145
146 base::WeakPtrFactory<CompositorFrameSinkSupport> weak_factory_; 146 base::WeakPtrFactory<CompositorFrameSinkSupport> weak_factory_;
147 147
148 DISALLOW_COPY_AND_ASSIGN(CompositorFrameSinkSupport); 148 DISALLOW_COPY_AND_ASSIGN(CompositorFrameSinkSupport);
149 }; 149 };
150 150
151 } // namespace cc 151 } // namespace cc
152 152
153 #endif // CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_H_ 153 #endif // CC_SURFACES_COMPOSITOR_FRAME_SINK_SUPPORT_H_
OLDNEW
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/frame_sink_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698