Chromium Code Reviews| Index: cc/layers/io_surface_layer.h |
| diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h |
| index 67d8e21ed45ab6193a69ee0b3305fd7ee472c593..0207587815396506a01cd77937dbaed5b0b24550 100644 |
| --- a/cc/layers/io_surface_layer.h |
| +++ b/cc/layers/io_surface_layer.h |
| @@ -29,6 +29,8 @@ class CC_EXPORT IOSurfaceLayer : public Layer { |
| uint32_t io_surface_id_; |
| gfx::Size io_surface_size_; |
| + |
| + DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayer); |
| }; |
| } // namespace cc |