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

Side by Side Diff: cc/layers/layer_impl.h

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
« no previous file with comments | « cc/layers/content_layer_client.h ('k') | cc/layers/picture_image_layer.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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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_LAYERS_LAYER_IMPL_H_ 5 #ifndef CC_LAYERS_LAYER_IMPL_H_
6 #define CC_LAYERS_LAYER_IMPL_H_ 6 #define CC_LAYERS_LAYER_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 14 matching lines...) Expand all
25 #include "cc/input/input_handler.h" 25 #include "cc/input/input_handler.h"
26 #include "cc/input/scrollbar.h" 26 #include "cc/input/scrollbar.h"
27 #include "cc/layers/draw_properties.h" 27 #include "cc/layers/draw_properties.h"
28 #include "cc/layers/layer_lists.h" 28 #include "cc/layers/layer_lists.h"
29 #include "cc/layers/layer_position_constraint.h" 29 #include "cc/layers/layer_position_constraint.h"
30 #include "cc/layers/render_surface_impl.h" 30 #include "cc/layers/render_surface_impl.h"
31 #include "cc/layers/scroll_blocks_on.h" 31 #include "cc/layers/scroll_blocks_on.h"
32 #include "cc/output/filter_operations.h" 32 #include "cc/output/filter_operations.h"
33 #include "cc/quads/shared_quad_state.h" 33 #include "cc/quads/shared_quad_state.h"
34 #include "cc/resources/resource_provider.h" 34 #include "cc/resources/resource_provider.h"
35 #include "cc/resources/tile_priority.h" 35 #include "cc/tiles/tile_priority.h"
36 #include "skia/ext/refptr.h" 36 #include "skia/ext/refptr.h"
37 #include "third_party/skia/include/core/SkColor.h" 37 #include "third_party/skia/include/core/SkColor.h"
38 #include "third_party/skia/include/core/SkImageFilter.h" 38 #include "third_party/skia/include/core/SkImageFilter.h"
39 #include "third_party/skia/include/core/SkPicture.h" 39 #include "third_party/skia/include/core/SkPicture.h"
40 #include "ui/gfx/geometry/point3_f.h" 40 #include "ui/gfx/geometry/point3_f.h"
41 #include "ui/gfx/geometry/rect.h" 41 #include "ui/gfx/geometry/rect.h"
42 #include "ui/gfx/geometry/rect_f.h" 42 #include "ui/gfx/geometry/rect_f.h"
43 #include "ui/gfx/geometry/scroll_offset.h" 43 #include "ui/gfx/geometry/scroll_offset.h"
44 #include "ui/gfx/transform.h" 44 #include "ui/gfx/transform.h"
45 45
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 830
831 std::vector<FrameTimingRequest> frame_timing_requests_; 831 std::vector<FrameTimingRequest> frame_timing_requests_;
832 bool frame_timing_requests_dirty_; 832 bool frame_timing_requests_dirty_;
833 833
834 DISALLOW_COPY_AND_ASSIGN(LayerImpl); 834 DISALLOW_COPY_AND_ASSIGN(LayerImpl);
835 }; 835 };
836 836
837 } // namespace cc 837 } // namespace cc
838 838
839 #endif // CC_LAYERS_LAYER_IMPL_H_ 839 #endif // CC_LAYERS_LAYER_IMPL_H_
OLDNEW
« no previous file with comments | « cc/layers/content_layer_client.h ('k') | cc/layers/picture_image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698