| Index: cc/resources/picture_layer_tiling_set.h
|
| diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
|
| index 901bb9b95c236d681eb22b24390d9c4c4e39bd04..44b15852c1b1bdf435e9fce7b6cdb9781789e06e 100644
|
| --- a/cc/resources/picture_layer_tiling_set.h
|
| +++ b/cc/resources/picture_layer_tiling_set.h
|
| @@ -118,6 +118,7 @@ class CC_EXPORT PictureLayerTilingSet {
|
| ScopedPtrVector<PictureLayerTiling> tilings_;
|
|
|
| friend class Iterator;
|
| + DISALLOW_COPY_AND_ASSIGN(PictureLayerTilingSet);
|
| };
|
|
|
| } // namespace cc
|
|
|