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

Unified Diff: ui/aura/root_window.h

Issue 23202016: Addressing sadruls comments from the previous CL https://codereview.chromium.org/22865036/ which was (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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 | « no previous file | ui/aura/root_window.cc » ('j') | ui/aura/root_window_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
===================================================================
--- ui/aura/root_window.h (revision 219190)
+++ ui/aura/root_window.h (working copy)
@@ -381,6 +381,9 @@
bool DispatchMouseEventRepost(ui::MouseEvent* event);
bool DispatchMouseEventToTarget(ui::MouseEvent* event, Window* target);
bool DispatchTouchEventImpl(ui::TouchEvent* event);
+ // Reposts the gesture event to the Window which is a target for the event
+ // passed in.
+ bool DispatchGestureEventRepost(ui::GestureEvent* event);
void DispatchHeldEvents();
// Parses the switch describing the initial size for the host window and
@@ -397,10 +400,6 @@
gfx::Transform GetInverseRootTransform() const;
- // Reposts the gesture event to the Window which is a target for the event
- // passed in.
- bool DispatchGestureEventRepost(ui::GestureEvent* event);
-
scoped_ptr<ui::Compositor> compositor_;
scoped_ptr<RootWindowHost> host_;
« no previous file with comments | « no previous file | ui/aura/root_window.cc » ('j') | ui/aura/root_window_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698