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

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

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 years, 9 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/filter_operations_unittest.cc ('k') | cc/output/gl_renderer.cc » ('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 2010 The Chromium Authors. All rights reserved. 1 // Copyright 2010 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_GL_RENDERER_H_ 5 #ifndef CC_OUTPUT_GL_RENDERER_H_
6 #define CC_OUTPUT_GL_RENDERER_H_ 6 #define CC_OUTPUT_GL_RENDERER_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/cancelable_callback.h" 11 #include "base/cancelable_callback.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "cc/base/cc_export.h" 13 #include "cc/cc_export.h"
14 #include "cc/output/color_lut_cache.h" 14 #include "cc/output/color_lut_cache.h"
15 #include "cc/output/context_cache_controller.h" 15 #include "cc/output/context_cache_controller.h"
16 #include "cc/output/direct_renderer.h" 16 #include "cc/output/direct_renderer.h"
17 #include "cc/output/gl_renderer_draw_cache.h" 17 #include "cc/output/gl_renderer_draw_cache.h"
18 #include "cc/output/program_binding.h" 18 #include "cc/output/program_binding.h"
19 #include "cc/quads/debug_border_draw_quad.h" 19 #include "cc/quads/debug_border_draw_quad.h"
20 #include "cc/quads/render_pass_draw_quad.h" 20 #include "cc/quads/render_pass_draw_quad.h"
21 #include "cc/quads/solid_color_draw_quad.h" 21 #include "cc/quads/solid_color_draw_quad.h"
22 #include "cc/quads/tile_draw_quad.h" 22 #include "cc/quads/tile_draw_quad.h"
23 #include "cc/quads/yuv_video_draw_quad.h" 23 #include "cc/quads/yuv_video_draw_quad.h"
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 gfx::Size offscreen_stencil_renderbuffer_size_; 362 gfx::Size offscreen_stencil_renderbuffer_size_;
363 363
364 base::WeakPtrFactory<GLRenderer> weak_ptr_factory_; 364 base::WeakPtrFactory<GLRenderer> weak_ptr_factory_;
365 365
366 DISALLOW_COPY_AND_ASSIGN(GLRenderer); 366 DISALLOW_COPY_AND_ASSIGN(GLRenderer);
367 }; 367 };
368 368
369 } // namespace cc 369 } // namespace cc
370 370
371 #endif // CC_OUTPUT_GL_RENDERER_H_ 371 #endif // CC_OUTPUT_GL_RENDERER_H_
OLDNEW
« no previous file with comments | « cc/output/filter_operations_unittest.cc ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698