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

Side by Side Diff: cc/picture_layer_impl.h

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « cc/picture_layer.h ('k') | cc/picture_layer_tiling.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_PICTURE_LAYER_IMPL_H_ 5 #ifndef CC_PICTURE_LAYER_IMPL_H_
6 #define CC_PICTURE_LAYER_IMPL_H_ 6 #define CC_PICTURE_LAYER_IMPL_H_
7 7
8 #include "cc/base/scoped_ptr_vector.h" 8 #include "cc/base/scoped_ptr_vector.h"
9 #include "cc/layer_impl.h" 9 #include "cc/layer_impl.h"
10 #include "cc/picture_layer_tiling.h" 10 #include "cc/resources/picture_layer_tiling.h"
11 #include "cc/picture_layer_tiling_set.h" 11 #include "cc/resources/picture_layer_tiling_set.h"
12 #include "cc/picture_pile_impl.h" 12 #include "cc/resources/picture_pile_impl.h"
13 #include "skia/ext/refptr.h" 13 #include "skia/ext/refptr.h"
14 #include "third_party/skia/include/core/SkPicture.h" 14 #include "third_party/skia/include/core/SkPicture.h"
15 15
16 namespace cc { 16 namespace cc {
17 17
18 struct AppendQuadsData; 18 struct AppendQuadsData;
19 class QuadSink; 19 class QuadSink;
20 20
21 class CC_EXPORT PictureLayerImpl : public LayerImpl, 21 class CC_EXPORT PictureLayerImpl : public LayerImpl,
22 public PictureLayerTilingClient { 22 public PictureLayerTilingClient {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 float raster_source_scale_; 107 float raster_source_scale_;
108 bool raster_source_scale_was_animating_; 108 bool raster_source_scale_was_animating_;
109 109
110 friend class PictureLayer; 110 friend class PictureLayer;
111 DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl); 111 DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl);
112 }; 112 };
113 113
114 } 114 }
115 115
116 #endif // CC_PICTURE_LAYER_IMPL_H_ 116 #endif // CC_PICTURE_LAYER_IMPL_H_
OLDNEW
« no previous file with comments | « cc/picture_layer.h ('k') | cc/picture_layer_tiling.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698