| Index: cc/layers/solid_color_layer_impl.h
|
| diff --git a/cc/layers/solid_color_layer_impl.h b/cc/layers/solid_color_layer_impl.h
|
| index 36be2f7e1af67ca635e8b2946947ff5d4f085d75..d83c7b02d986cd0aaba2448a6d9e6a951988da1e 100644
|
| --- a/cc/layers/solid_color_layer_impl.h
|
| +++ b/cc/layers/solid_color_layer_impl.h
|
| @@ -32,6 +32,8 @@ class CC_EXPORT SolidColorLayerImpl : public LayerImpl {
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
|
|
| const int tile_size_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(SolidColorLayerImpl);
|
| };
|
|
|
| } // namespace cc
|
|
|