Index: ash/wm/image_grid.h |
diff --git a/ash/wm/image_grid.h b/ash/wm/image_grid.h |
index 37fc37cfcc7184cc1bf0c343cd2d18d76a1a0405..ecbadf57897cf522c7ed856a6b6d3f96b5b304b9 100644 |
--- a/ash/wm/image_grid.h |
+++ b/ash/wm/image_grid.h |
@@ -139,6 +139,7 @@ class ASH_EXPORT ImageGrid { |
// ui::LayerDelegate implementation: |
virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE; |
+ virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; |
private: |
friend class TestAPI; |