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

Side by Side Diff: content/browser/compositor/gpu_process_transport_factory.cc

Issue 1144693002: cc: Move files out of cc/resources/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resources: android Created 5 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 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 #include "content/browser/compositor/gpu_process_transport_factory.h" 5 #include "content/browser/compositor/gpu_process_transport_factory.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
11 #include "base/location.h" 11 #include "base/location.h"
12 #include "base/message_loop/message_loop.h" 12 #include "base/message_loop/message_loop.h"
13 #include "base/metrics/histogram.h" 13 #include "base/metrics/histogram.h"
14 #include "base/profiler/scoped_tracker.h" 14 #include "base/profiler/scoped_tracker.h"
15 #include "base/threading/simple_thread.h" 15 #include "base/threading/simple_thread.h"
16 #include "base/threading/thread.h" 16 #include "base/threading/thread.h"
17 #include "cc/output/compositor_frame.h" 17 #include "cc/output/compositor_frame.h"
18 #include "cc/output/output_surface.h" 18 #include "cc/output/output_surface.h"
19 #include "cc/resources/task_graph_runner.h" 19 #include "cc/raster/task_graph_runner.h"
20 #include "cc/surfaces/onscreen_display_client.h" 20 #include "cc/surfaces/onscreen_display_client.h"
21 #include "cc/surfaces/surface_display_output_surface.h" 21 #include "cc/surfaces/surface_display_output_surface.h"
22 #include "cc/surfaces/surface_manager.h" 22 #include "cc/surfaces/surface_manager.h"
23 #include "content/browser/compositor/browser_compositor_output_surface.h" 23 #include "content/browser/compositor/browser_compositor_output_surface.h"
24 #include "content/browser/compositor/browser_compositor_overlay_candidate_valida tor.h" 24 #include "content/browser/compositor/browser_compositor_overlay_candidate_valida tor.h"
25 #include "content/browser/compositor/gpu_browser_compositor_output_surface.h" 25 #include "content/browser/compositor/gpu_browser_compositor_output_surface.h"
26 #include "content/browser/compositor/gpu_surfaceless_browser_compositor_output_s urface.h" 26 #include "content/browser/compositor/gpu_surfaceless_browser_compositor_output_s urface.h"
27 #include "content/browser/compositor/offscreen_browser_compositor_output_surface .h" 27 #include "content/browser/compositor/offscreen_browser_compositor_output_surface .h"
28 #include "content/browser/compositor/reflector_impl.h" 28 #include "content/browser/compositor/reflector_impl.h"
29 #include "content/browser/compositor/software_browser_compositor_output_surface. h" 29 #include "content/browser/compositor/software_browser_compositor_output_surface. h"
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 FOR_EACH_OBSERVER(ImageTransportFactoryObserver, 603 FOR_EACH_OBSERVER(ImageTransportFactoryObserver,
604 observer_list_, 604 observer_list_,
605 OnLostResources()); 605 OnLostResources());
606 606
607 // Kill things that use the shared context before killing the shared context. 607 // Kill things that use the shared context before killing the shared context.
608 lost_gl_helper.reset(); 608 lost_gl_helper.reset();
609 lost_shared_main_thread_contexts = NULL; 609 lost_shared_main_thread_contexts = NULL;
610 } 610 }
611 611
612 } // namespace content 612 } // namespace content
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698