| Index: ui/wm/core/image_grid.h
|
| diff --git a/ui/wm/core/image_grid.h b/ui/wm/core/image_grid.h
|
| index 987ee26c726fb819d117613ac62f405d419cba64..e7d855fb556b2a9e6e0a72678578ad748b39ac0d 100644
|
| --- a/ui/wm/core/image_grid.h
|
| +++ b/ui/wm/core/image_grid.h
|
| @@ -138,6 +138,8 @@ class WM_EXPORT ImageGrid {
|
|
|
| // ui::LayerDelegate implementation:
|
| virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnDelegatedFrameDamage(
|
| + const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual base::Closure PrepareForLayerBoundsChange() OVERRIDE;
|
|
|
|
|