diff options
Diffstat (limited to 'ui/aura/desktop.cc')
-rw-r--r-- | ui/aura/desktop.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc index dab97c7..8e73cfa 100644 --- a/ui/aura/desktop.cc +++ b/ui/aura/desktop.cc @@ -413,6 +413,10 @@ bool Desktop::IsMouseButtonDown() const { return mouse_button_flags_ != 0; } +void Desktop::PostNativeEvent(const base::NativeEvent& native_event) { + host_->PostNativeEvent(native_event); +} + void Desktop::SetCapture(Window* window) { if (capture_window_ == window) return; |