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

Unified Diff: ash/accelerators/nested_dispatcher_controller.h

Issue 219743002: x11: Move X event handling out of the message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r261267 Created 6 years, 9 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 | « ash/accelerators/accelerator_dispatcher_win.cc ('k') | ash/accelerators/nested_dispatcher_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/nested_dispatcher_controller.h
diff --git a/ash/accelerators/nested_dispatcher_controller.h b/ash/accelerators/nested_dispatcher_controller.h
index b3db4e9a5ce8c4d065182ae1d5d9f95074f7af0a..ebac2d2f03a6e73a6815a552ff24fc1d939d85c2 100644
--- a/ash/accelerators/nested_dispatcher_controller.h
+++ b/ash/accelerators/nested_dispatcher_controller.h
@@ -12,6 +12,8 @@
namespace ash {
+class AcceleratorDispatcher;
+
// Creates a dispatcher which wraps another dispatcher.
// The outer dispatcher runs first and performs ash specific handling.
// If it does not consume the event it forwards the event to the nested
@@ -29,6 +31,7 @@ class ASH_EXPORT NestedDispatcherController
private:
base::Closure quit_closure_;
+ scoped_ptr<AcceleratorDispatcher> accelerator_dispatcher_;
DISALLOW_COPY_AND_ASSIGN(NestedDispatcherController);
};
« no previous file with comments | « ash/accelerators/accelerator_dispatcher_win.cc ('k') | ash/accelerators/nested_dispatcher_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698