| Index: athena/wm/overview_toolbar.cc
|
| diff --git a/athena/wm/overview_toolbar.cc b/athena/wm/overview_toolbar.cc
|
| index 4537a04c43ba64103224d7f6f0f671953c250056..339d1dddbb15733d077d964c6ef8f35b2c34ff7b 100644
|
| --- a/athena/wm/overview_toolbar.cc
|
| +++ b/athena/wm/overview_toolbar.cc
|
| @@ -81,6 +81,9 @@ class ActionButton : public ui::LayerDelegate {
|
| shadow);
|
| }
|
|
|
| + virtual void OnDelegatedFrameDamage(
|
| + const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
|
| +
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE {}
|
| virtual base::Closure PrepareForLayerBoundsChange() OVERRIDE {
|
| return base::Closure();
|
|
|