summaryrefslogtreecommitdiffstats
path: root/aura/desktop_host_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'aura/desktop_host_win.cc')
-rw-r--r--aura/desktop_host_win.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/aura/desktop_host_win.cc b/aura/desktop_host_win.cc
index d418150..080b84a 100644
--- a/aura/desktop_host_win.cc
+++ b/aura/desktop_host_win.cc
@@ -23,7 +23,8 @@ DesktopHostWin::~DesktopHostWin() {
}
bool DesktopHostWin::Dispatch(const MSG& msg) {
- // TODO(ben):
+ TranslateMessage(&msg);
+ DispatchMessage(&msg);
return true;
}