| Index: ui/aura/env.h
|
| diff --git a/ui/aura/env.h b/ui/aura/env.h
|
| index a4f676684821f4bbf8349076729eda7bd1db84b7..e857da6a7bd6d696b79b42e9774a227015765713 100644
|
| --- a/ui/aura/env.h
|
| +++ b/ui/aura/env.h
|
| @@ -42,7 +42,7 @@ class AURA_EXPORT Env : public ui::EventTarget, public base::SupportsUserData {
|
| void AddObserver(EnvObserver* observer);
|
| void RemoveObserver(EnvObserver* observer);
|
|
|
| - const int mouse_button_flags() const { return mouse_button_flags_; }
|
| + int mouse_button_flags() const { return mouse_button_flags_; }
|
| void set_mouse_button_flags(int mouse_button_flags) {
|
| mouse_button_flags_ = mouse_button_flags;
|
| }
|
|
|