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

Unified Diff: ui/aura/desktop.cc

Issue 8113028: Consolidate ui::NativeEvent and base::NativeEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync/resolve Created 9 years, 2 months 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/event.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 6af7e40bfd11dee1bfbe5a49cfafe288ace12196..a01c2b1a80ed5e1df6d7f338add45d3049618e90 100644
--- a/ui/aura/desktop.cc
+++ b/ui/aura/desktop.cc
@@ -133,7 +133,7 @@ void Desktop::WindowDestroying(Window* window) {
SetActiveWindow(GetTopmostWindowToActivate(window), NULL);
}
-bool Desktop::DispatchNativeEvent(const ui::NativeEvent& event) {
+bool Desktop::DispatchNativeEvent(const base::NativeEvent& event) {
// TODO(oshima): consolidate windows and linux.
#if defined(OS_WIN)
return host_->Dispatch(event);
« no previous file with comments | « ui/aura/desktop.h ('k') | ui/aura/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698