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

Side by Side Diff: cc/output/direct_renderer.h

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 8 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/output/compositor_frame_metadata.h ('k') | cc/output/gl_renderer.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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_OUTPUT_DIRECT_RENDERER_H_ 5 #ifndef CC_OUTPUT_DIRECT_RENDERER_H_
6 #define CC_OUTPUT_DIRECT_RENDERER_H_ 6 #define CC_OUTPUT_DIRECT_RENDERER_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <unordered_map> 9 #include <unordered_map>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "cc/base/filter_operations.h" 14 #include "cc/base/filter_operations.h"
15 #include "cc/cc_export.h" 15 #include "cc/cc_export.h"
16 #include "cc/output/ca_layer_overlay.h" 16 #include "cc/output/ca_layer_overlay.h"
17 #include "cc/output/dc_layer_overlay.h" 17 #include "cc/output/dc_layer_overlay.h"
18 #include "cc/output/overlay_processor.h" 18 #include "cc/output/overlay_processor.h"
19 #include "cc/quads/tile_draw_quad.h" 19 #include "cc/quads/tile_draw_quad.h"
20 #include "cc/resources/resource_provider.h" 20 #include "cc/resources/resource_provider.h"
21 #include "gpu/command_buffer/common/texture_in_use_response.h" 21 #include "gpu/command_buffer/common/texture_in_use_response.h"
22 #include "ui/events/latency_info.h"
23 #include "ui/gfx/geometry/quad_f.h" 22 #include "ui/gfx/geometry/quad_f.h"
24 #include "ui/gfx/geometry/rect.h" 23 #include "ui/gfx/geometry/rect.h"
24 #include "ui/latency/latency_info.h"
25 25
26 namespace gfx { 26 namespace gfx {
27 class ColorSpace; 27 class ColorSpace;
28 } 28 }
29 29
30 namespace cc { 30 namespace cc {
31 class DrawPolygon; 31 class DrawPolygon;
32 class OutputSurface; 32 class OutputSurface;
33 class RenderPass; 33 class RenderPass;
34 class RendererSettings; 34 class RendererSettings;
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 gfx::ColorSpace reshape_device_color_space_; 244 gfx::ColorSpace reshape_device_color_space_;
245 bool reshape_has_alpha_ = false; 245 bool reshape_has_alpha_ = false;
246 bool reshape_use_stencil_ = false; 246 bool reshape_use_stencil_ = false;
247 247
248 DISALLOW_COPY_AND_ASSIGN(DirectRenderer); 248 DISALLOW_COPY_AND_ASSIGN(DirectRenderer);
249 }; 249 };
250 250
251 } // namespace cc 251 } // namespace cc
252 252
253 #endif // CC_OUTPUT_DIRECT_RENDERER_H_ 253 #endif // CC_OUTPUT_DIRECT_RENDERER_H_
OLDNEW
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/output/gl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698