| Index: ui/aura/desktop_host.h
|
| diff --git a/ui/aura/desktop_host.h b/ui/aura/desktop_host.h
|
| index 06f6fe3b40dc28f6ec00fd8fa3c42bcc3b39ebd0..b276dead1e1ad6609ba65729ab472eea254ceb13 100644
|
| --- a/ui/aura/desktop_host.h
|
| +++ b/ui/aura/desktop_host.h
|
| @@ -58,6 +58,9 @@ class DesktopHost : public MessageLoop::Dispatcher {
|
| // You should probably call Desktop::last_mouse_location() instead; this
|
| // method can be expensive.
|
| virtual gfx::Point QueryMouseLocation() = 0;
|
| +
|
| + // Posts |native_event| to the platform's event queue.
|
| + virtual void PostNativeEvent(const base::NativeEvent& native_event) = 0;
|
| };
|
|
|
| } // namespace aura
|
|
|