Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: ui/aura/desktop.cc

Issue 8597010: Send fake event when event_type is set to exit menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use xdisplay_ Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/desktop.h ('k') | ui/aura/desktop_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/aura/desktop.h ('k') | ui/aura/desktop_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698