| Index: ui/wm/core/image_grid.h
|
| diff --git a/ui/wm/core/image_grid.h b/ui/wm/core/image_grid.h
|
| index 0a300d8ef5a5235b892a62a137fd2ccbb3046a43..15dd244e9815047b808873e3a79af6cbd44b8827 100644
|
| --- a/ui/wm/core/image_grid.h
|
| +++ b/ui/wm/core/image_grid.h
|
| @@ -128,7 +128,7 @@ class WM_EXPORT ImageGrid {
|
| // Delegate responsible for painting a specific image on a layer.
|
| class ImagePainter : public ui::LayerDelegate {
|
| public:
|
| - explicit ImagePainter(const gfx::ImageSkia& image) : image_(image) {}
|
| + explicit ImagePainter(const gfx::ImageSkia& image);
|
| ~ImagePainter() override {}
|
|
|
| // Clips |layer| to |clip_rect|. Triggers a repaint if the clipping
|
|
|