Chromium Code Reviews| Index: athena/wm/overview_toolbar.cc |
| diff --git a/athena/wm/overview_toolbar.cc b/athena/wm/overview_toolbar.cc |
| index 4537a04c43ba64103224d7f6f0f671953c250056..cb26396ea5bb5881b03053db77bc2be58c54d89a 100644 |
| --- a/athena/wm/overview_toolbar.cc |
| +++ b/athena/wm/overview_toolbar.cc |
| @@ -81,6 +81,8 @@ class ActionButton : public ui::LayerDelegate { |
| shadow); |
| } |
| + virtual void OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip) {} |
|
enne (OOO)
2014/08/21 20:54:19
Fix compile failure here, oops.
|
| + |
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE {} |
| virtual base::Closure PrepareForLayerBoundsChange() OVERRIDE { |
| return base::Closure(); |