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

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: Address (most of) sadrul's comments. 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..7de4690c1615494ba0d8f15178a9eb3ac8c4024e 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -182,8 +182,6 @@ class AURA_EXPORT WindowTreeHost {
ObserverList<WindowTreeHostObserver> observers_;
- scoped_ptr<WindowEventDispatcher> dispatcher_;
-
scoped_ptr<ui::Compositor> compositor_;
// Last cursor set. Used for testing.
@@ -191,6 +189,7 @@ class AURA_EXPORT WindowTreeHost {
gfx::Point last_cursor_request_position_in_host_;
scoped_ptr<ui::ViewProp> prop_;
+ scoped_ptr<WindowEventDispatcher> dispatcher_;
sadrul 2015/02/10 19:10:15 Is this change in order necessary? if not, remove.
tdresser 2015/02/11 16:10:25 Done.
DISALLOW_COPY_AND_ASSIGN(WindowTreeHost);
};

Powered by Google App Engine
This is Rietveld 408576698