| Index: ui/aura/desktop.cc
|
| diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc
|
| index dab97c711020f9dbea57597a7ffb330795c4b22d..8e73cfaa2308b9a654802a3ab82c902da4b05389 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;
|
|
|