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

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

Issue 1539203002: Switch to standard integer types in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes Created 5 years 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.h ('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 <stddef.h>
9
8 #include <map> 10 #include <map>
9 #include <string> 11 #include <string>
10 #include <vector> 12 #include <vector>
11 13
14 #include "base/macros.h"
12 #include "cc/base/cc_export.h" 15 #include "cc/base/cc_export.h"
13 #include "cc/layers/layer_impl.h" 16 #include "cc/layers/layer_impl.h"
14 #include "cc/tiles/picture_layer_tiling.h" 17 #include "cc/tiles/picture_layer_tiling.h"
15 #include "cc/tiles/picture_layer_tiling_set.h" 18 #include "cc/tiles/picture_layer_tiling_set.h"
16 #include "cc/tiles/tiling_set_eviction_queue.h" 19 #include "cc/tiles/tiling_set_eviction_queue.h"
17 #include "skia/ext/refptr.h" 20 #include "skia/ext/refptr.h"
18 #include "third_party/skia/include/core/SkPicture.h" 21 #include "third_party/skia/include/core/SkPicture.h"
19 22
20 namespace cc { 23 namespace cc {
21 24
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 // of comparing pointers, since objects pointed to are not guaranteed to 174 // of comparing pointers, since objects pointed to are not guaranteed to
172 // exist. 175 // exist.
173 std::vector<PictureLayerTiling*> last_append_quads_tilings_; 176 std::vector<PictureLayerTiling*> last_append_quads_tilings_;
174 177
175 DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl); 178 DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl);
176 }; 179 };
177 180
178 } // namespace cc 181 } // namespace cc
179 182
180 #endif // CC_LAYERS_PICTURE_LAYER_IMPL_H_ 183 #endif // CC_LAYERS_PICTURE_LAYER_IMPL_H_
OLDNEW
« no previous file with comments | « cc/layers/picture_layer.h ('k') | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698