Chromium Code Reviews| Index: cc/resources/managed_tile_state.h |
| diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h |
| index 3452da75afaf10fe3d7b43ce3670245e42c67fb0..838516b70c43b2f62ca9f63eb4c3c3b160f86a94 100644 |
| --- a/cc/resources/managed_tile_state.h |
| +++ b/cc/resources/managed_tile_state.h |
| @@ -83,6 +83,8 @@ class CC_EXPORT ManagedTileState { |
| bool resource_is_being_initialized_; |
| bool can_be_freed_; |
| bool contents_swizzled_; |
| + |
| + DISALLOW_COPY_AND_ASSIGN(DrawingInfo); |
| }; |