Index: ui/wm/core/image_grid.cc |
diff --git a/ui/wm/core/image_grid.cc b/ui/wm/core/image_grid.cc |
index 553e442d50bcbd87d9f51b331f663f23911e4364..c557a19a388dafd6984a1f5aaf0c95c786629167 100644 |
--- a/ui/wm/core/image_grid.cc |
+++ b/ui/wm/core/image_grid.cc |
@@ -259,6 +259,9 @@ void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) { |
layer_->bounds().height())); |
} |
+ImageGrid::ImagePainter::ImagePainter(const gfx::ImageSkia& image) |
+ : image_(image) {} |
+ |
void ImageGrid::ImagePainter::SetClipRect(const gfx::Rect& clip_rect, |
ui::Layer* layer) { |
if (clip_rect != clip_rect_) { |