| Index: ash/wm/image_grid.h
|
| diff --git a/ash/wm/image_grid.h b/ash/wm/image_grid.h
|
| index aedf002a3e542dc38c3421d768069c6e56cc5643..886229d8327f983915de21099da8bd43cc576b87 100644
|
| --- a/ash/wm/image_grid.h
|
| +++ b/ash/wm/image_grid.h
|
| @@ -136,7 +136,7 @@ class ASH_EXPORT ImageGrid {
|
| void SetClipRect(const gfx::Rect& clip_rect, ui::Layer* layer);
|
|
|
| // ui::LayerDelegate implementation:
|
| - virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnPaintLayer(gfx::CanvasSkia* canvas) OVERRIDE;
|
|
|
| private:
|
| friend class TestAPI;
|
|
|