diff options
Diffstat (limited to 'cc/resources/tile.h')
-rw-r--r-- | cc/resources/tile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/resources/tile.h b/cc/resources/tile.h index 40acb5b..8d47da7 100644 --- a/cc/resources/tile.h +++ b/cc/resources/tile.h @@ -95,6 +95,8 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { TilePriority priority_[NUM_BIN_PRIORITIES]; ManagedTileState managed_state_; int layer_id_; + + DISALLOW_COPY_AND_ASSIGN(Tile); }; } // namespace cc |