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

Unified Diff: ui/aura/window_tree_host.h

Issue 503883004: Don't pass touches to gesture recognizer for async acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 10 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
Index: ui/aura/window_tree_host.h
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
index b08391ffcf6ac3d44bdd5085c7c44b2e5699655c..4d3c69ca7bb827ca0b0e25f23248641ae0f30c80 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -166,6 +166,8 @@ class AURA_EXPORT WindowTreeHost {
// kCalled when the cursor visibility has changed.
virtual void OnCursorVisibilityChangedNative(bool show) = 0;
+ scoped_ptr<WindowEventDispatcher> dispatcher_;
+
sadrul 2015/02/07 17:25:34 This should be private
tdresser 2015/02/09 15:23:39 Done.
private:
friend class test::WindowTreeHostTestApi;
@@ -182,8 +184,6 @@ class AURA_EXPORT WindowTreeHost {
ObserverList<WindowTreeHostObserver> observers_;
- scoped_ptr<WindowEventDispatcher> dispatcher_;
-
scoped_ptr<ui::Compositor> compositor_;
// Last cursor set. Used for testing.

Powered by Google App Engine
This is Rietveld 408576698