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

Side by Side Diff: services/ui/ws/server_window_compositor_frame_sink.cc

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 Created 4 years, 1 month 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 #include "services/ui/ws/server_window_compositor_frame_sink.h" 5 #include "services/ui/ws/server_window_compositor_frame_sink.h"
6 6
7 #include "base/callback.h" 7 #include "base/callback.h"
8 #include "base/message_loop/message_loop.h" 8 #include "base/message_loop/message_loop.h"
9 #include "base/single_thread_task_runner.h"
10 #include "base/threading/thread_task_runner_handle.h"
9 #include "cc/output/compositor_frame.h" 11 #include "cc/output/compositor_frame.h"
10 #include "cc/output/output_surface.h" 12 #include "cc/output/output_surface.h"
11 #include "cc/output/texture_mailbox_deleter.h" 13 #include "cc/output/texture_mailbox_deleter.h"
12 #include "cc/quads/shared_quad_state.h" 14 #include "cc/quads/shared_quad_state.h"
13 #include "cc/quads/surface_draw_quad.h" 15 #include "cc/quads/surface_draw_quad.h"
14 #include "cc/scheduler/begin_frame_source.h" 16 #include "cc/scheduler/begin_frame_source.h"
15 #include "cc/surfaces/display_scheduler.h" 17 #include "cc/surfaces/display_scheduler.h"
16 #include "services/ui/surfaces/direct_output_surface.h" 18 #include "services/ui/surfaces/direct_output_surface.h"
17 #include "services/ui/surfaces/display_compositor.h" 19 #include "services/ui/surfaces/display_compositor.h"
18 #include "services/ui/ws/server_window.h" 20 #include "services/ui/ws/server_window.h"
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 std::back_inserter(surface_returned_resources_)); 174 std::back_inserter(surface_returned_resources_));
173 } 175 }
174 176
175 void ServerWindowCompositorFrameSink::SetBeginFrameSource( 177 void ServerWindowCompositorFrameSink::SetBeginFrameSource(
176 cc::BeginFrameSource* begin_frame_source) { 178 cc::BeginFrameSource* begin_frame_source) {
177 // TODO(tansell): Implement this. 179 // TODO(tansell): Implement this.
178 } 180 }
179 181
180 } // namespace ws 182 } // namespace ws
181 } // namespace ui 183 } // namespace ui
OLDNEW
« no previous file with comments | « services/ui/ws/server_window_compositor_frame_sink.h ('k') | storage/browser/blob/blob_async_builder_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698