| Index: ui/wm/core/cursor_manager.cc
|
| diff --git a/ui/wm/core/cursor_manager.cc b/ui/wm/core/cursor_manager.cc
|
| index e9f988566a3e68ec8c754cffc9ed20a3ed914db1..09cbb1d8888aab90912f5f36a21090de00efd6db 100644
|
| --- a/ui/wm/core/cursor_manager.cc
|
| +++ b/ui/wm/core/cursor_manager.cc
|
| @@ -43,6 +43,7 @@ class CursorState {
|
|
|
| bool mouse_events_enabled() const { return mouse_events_enabled_; }
|
| void SetMouseEventsEnabled(bool enabled) {
|
| + LOG(ERROR) << "CursorState::SetMouseEventsEnabled, enabled=" << enabled;
|
| if (mouse_events_enabled_ == enabled)
|
| return;
|
| mouse_events_enabled_ = enabled;
|
|
|