summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h
index bc86059..014029b 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -285,6 +285,9 @@ class ASH_EXPORT Shell
internal::TooltipController* tooltip_controller() {
return tooltip_controller_.get();
}
+ internal::TouchObserverHUD* touch_observer_hud() {
+ return touch_observer_hud_.get();
+ }
internal::EventRewriterEventFilter* event_rewriter_filter() {
return event_rewriter_filter_.get();
}