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

Side by Side Diff: cc/layers/picture_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/picture_layer.cc ('k') | cc/layers/picture_layer_impl.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 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_LAYERS_PICTURE_LAYER_IMPL_H_ 5 #ifndef CC_LAYERS_PICTURE_LAYER_IMPL_H_
6 #define CC_LAYERS_PICTURE_LAYER_IMPL_H_ 6 #define CC_LAYERS_PICTURE_LAYER_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "cc/base/cc_export.h" 12 #include "cc/base/cc_export.h"
13 #include "cc/base/scoped_ptr_vector.h" 13 #include "cc/base/scoped_ptr_vector.h"
14 #include "cc/layers/layer_impl.h" 14 #include "cc/layers/layer_impl.h"
15 #include "cc/resources/picture_layer_tiling.h" 15 #include "cc/playback/picture_pile_impl.h"
16 #include "cc/resources/picture_layer_tiling_set.h" 16 #include "cc/tiles/picture_layer_tiling.h"
17 #include "cc/resources/picture_pile_impl.h" 17 #include "cc/tiles/picture_layer_tiling_set.h"
18 #include "cc/resources/tiling_set_eviction_queue.h" 18 #include "cc/tiles/tiling_set_eviction_queue.h"
19 #include "skia/ext/refptr.h" 19 #include "skia/ext/refptr.h"
20 #include "third_party/skia/include/core/SkPicture.h" 20 #include "third_party/skia/include/core/SkPicture.h"
21 21
22 namespace cc { 22 namespace cc {
23 23
24 struct AppendQuadsData; 24 struct AppendQuadsData;
25 class MicroBenchmarkImpl; 25 class MicroBenchmarkImpl;
26 class Tile; 26 class Tile;
27 27
28 class CC_EXPORT PictureLayerImpl 28 class CC_EXPORT PictureLayerImpl
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 // of comparing pointers, since objects pointed to are not guaranteed to 173 // of comparing pointers, since objects pointed to are not guaranteed to
174 // exist. 174 // exist.
175 std::vector<PictureLayerTiling*> last_append_quads_tilings_; 175 std::vector<PictureLayerTiling*> last_append_quads_tilings_;
176 176
177 DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl); 177 DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl);
178 }; 178 };
179 179
180 } // namespace cc 180 } // namespace cc
181 181
182 #endif // CC_LAYERS_PICTURE_LAYER_IMPL_H_ 182 #endif // CC_LAYERS_PICTURE_LAYER_IMPL_H_
OLDNEW
« no previous file with comments | « cc/layers/picture_layer.cc ('k') | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698