| Index: ash/wm/gestures/long_press_affordance_handler.cc
|
| diff --git a/ash/wm/gestures/long_press_affordance_handler.cc b/ash/wm/gestures/long_press_affordance_handler.cc
|
| index fb1471fb78103f5023567c1b333e51095fec6ed2..3fced37fc53391ac41fd09f43529fde57420cb97 100644
|
| --- a/ash/wm/gestures/long_press_affordance_handler.cc
|
| +++ b/ash/wm/gestures/long_press_affordance_handler.cc
|
| @@ -187,7 +187,7 @@ class LongPressAffordanceHandler::LongPressAffordanceView
|
|
|
| private:
|
| // Overridden from views::View.
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE {
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE {
|
| return gfx::Size(2 * (kAffordanceOuterRadius + kAffordanceGlowWidth),
|
| 2 * (kAffordanceOuterRadius + kAffordanceGlowWidth));
|
| }
|
|
|