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

Unified Diff: cc/picture_layer_impl.h

Issue 11417111: cc: Add PictureLayerTilingSet to manage PictureLayerTiling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win_rel Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/picture_layer.cc ('k') | cc/picture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer_impl.h
diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h
index 76b71b132a04b4e10f521a18c65c56deb510ec52..062cfb468b01b4d692d87035ebc09dd5d7b4991e 100644
--- a/cc/picture_layer_impl.h
+++ b/cc/picture_layer_impl.h
@@ -7,6 +7,7 @@
#include "cc/layer_impl.h"
#include "cc/picture_layer_tiling.h"
+#include "cc/picture_layer_tiling_set.h"
#include "cc/picture_pile.h"
#include "cc/scoped_ptr_vector.h"
@@ -42,7 +43,7 @@ public:
protected:
PictureLayerImpl(int id);
- ScopedPtrVector<PictureLayerTiling> tilings_;
+ PictureLayerTilingSet tilings_;
PicturePile pile_;
friend class PictureLayer;
« no previous file with comments | « cc/picture_layer.cc ('k') | cc/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698