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

Unified Diff: ash/shell.h

Issue 10386178: ash: Add a heads-up display to track touch-point states and positions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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 | « ash/ash_switches.cc ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index c2fb5a9f04f16c4077e47751b19f906830fb2ed9..ca2e91ea724a8a63bfb4391f08bcbf4062112a47 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -86,6 +86,7 @@ class ShellContextMenu;
class SystemGestureEventFilter;
class StackingController;
class TooltipController;
+class TouchObserverHUD;
class VisibilityController;
class WindowModalityController;
class WorkspaceController;
@@ -368,6 +369,10 @@ class ASH_EXPORT Shell {
// An event filter that pre-handles all key events to send them to an IME.
scoped_ptr<aura::shared::InputMethodEventFilter> input_method_filter_;
+ // An event filter that silently keeps track of all touch events and controls
+ // a heads-up display. This is enabled only if --ash-touch-hud flag is used.
+ scoped_ptr<internal::TouchObserverHUD> touch_observer_hud_;
+
// The shelf for managing the launcher and the status widget in non-compact
// mode. Shell does not own the shelf. Instead, it is owned by container of
// the status area.
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698