Chromium Code Reviews| Index: ui/views/event_utils.h |
| =================================================================== |
| --- ui/views/event_utils.h (revision 248569) |
| +++ ui/views/event_utils.h (working copy) |
| @@ -20,7 +20,7 @@ |
| VIEWS_EXPORT bool RepostLocatedEvent(gfx::NativeWindow window, |
| const ui::LocatedEvent& event); |
| -#if defined(OS_WIN) && defined(USE_AURA) |
| +#if defined(OS_WIN) |
| // Reposts a located event to the HWND passed in. |
| VIEWS_EXPORT bool RepostLocatedEventWin(HWND window, |
| const ui::LocatedEvent& event); |