Chromium Code Reviews| Index: cc/resources/picture_layer_tiling.h |
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h |
| index bc613219fd9809315afa0d9f33326c218d7c7c5d..a2423e91985be9e63b5648eec431fda7de07e8ec 100644 |
| --- a/cc/resources/picture_layer_tiling.h |
| +++ b/cc/resources/picture_layer_tiling.h |
| @@ -168,6 +168,9 @@ class CC_EXPORT PictureLayerTiling { |
| double last_impl_frame_time_; |
| friend class Iterator; |
| + |
| + private: |
| + DISALLOW_ASSIGN(PictureLayerTiling); |
| }; |
| } // namespace cc |