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

Unified Diff: ui/wm/core/wm_state.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 | « ui/wm/DEPS ('k') | ui/wm/core/wm_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/wm_state.h
diff --git a/ui/wm/core/wm_state.h b/ui/wm/core/wm_state.h
index b846f709805558ed7f46554efd29ca95efd4ad40..dff17a69ec3f4eeca341500bbdda35996300c679 100644
--- a/ui/wm/core/wm_state.h
+++ b/ui/wm/core/wm_state.h
@@ -8,6 +8,10 @@
#include "base/memory/scoped_ptr.h"
#include "ui/wm/core/wm_core_export.h"
+namespace ui {
+class PlatformEventSource;
+}
+
namespace wm {
class TransientWindowController;
@@ -23,6 +27,7 @@ class WM_CORE_EXPORT WMState {
private:
scoped_ptr<TransientWindowStackingClient> window_stacking_client_;
scoped_ptr<TransientWindowController> transient_window_client_;
+ scoped_ptr<ui::PlatformEventSource> event_source_;
DISALLOW_COPY_AND_ASSIGN(WMState);
};
« no previous file with comments | « ui/wm/DEPS ('k') | ui/wm/core/wm_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698