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

Unified Diff: ui/aura/root_window.h

Issue 110483004: aura: Use EventPrcessor interface for dispatching touch events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r243178 Created 6 years, 11 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 32893ec838d06211871bf36db77231425964f54d..218d83ad31d1b4cf90a7380dd5464e54f76891f5 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -304,8 +304,6 @@ class AURA_EXPORT RootWindow : public ui::EventProcessor,
ui::EventDispatchDetails DispatchMouseEventToTarget(ui::MouseEvent* event,
Window* target)
WARN_UNUSED_RESULT;
- ui::EventDispatchDetails DispatchTouchEventImpl(ui::TouchEvent* event)
- WARN_UNUSED_RESULT;
ui::EventDispatchDetails DispatchHeldEvents() WARN_UNUSED_RESULT;
// Creates and dispatches synthesized mouse move event using the
// current mouse location.
@@ -318,6 +316,7 @@ class AURA_EXPORT RootWindow : public ui::EventProcessor,
void PostMouseMoveEventAfterWindowChange();
void PreDispatchLocatedEvent(Window* target, ui::LocatedEvent* event);
+ void PreDispatchTouchEvent(Window* target, ui::TouchEvent* event);
// TODO(beng): evaluate the ideal ownership model.
scoped_ptr<Window> window_;
« no previous file with comments | « no previous file | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698