Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 40acb5be864f35dffe0e5071c2bede51f05b53f8..8d47da76f316f8d463ea879b031d07e26728f97b 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 |