Index: cc/resources/tile_manager.h |
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
index 6c71152b2cda7c577d580d032ea1df9a0f9f3b6f..7775e8b6695765ce651a5156f4c9ae8772de1959 100644 |
--- a/cc/resources/tile_manager.h |
+++ b/cc/resources/tile_manager.h |
@@ -102,6 +102,8 @@ class CC_EXPORT TileManager : public RasterizerClient, |
std::vector<PairedPictureLayerIterator*> iterator_heap_; |
TreePriority tree_priority_; |
RasterOrderComparator comparator_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(RasterTileIterator); |
}; |
struct CC_EXPORT EvictionTileIterator { |
@@ -146,6 +148,8 @@ class CC_EXPORT TileManager : public RasterizerClient, |
std::vector<PairedPictureLayerIterator*> iterator_heap_; |
TreePriority tree_priority_; |
EvictionOrderComparator comparator_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(EvictionTileIterator); |
}; |
static scoped_ptr<TileManager> Create( |