diff options
Diffstat (limited to 'services/inputflinger/InputManager.h')
| -rw-r--r-- | services/inputflinger/InputManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/inputflinger/InputManager.h b/services/inputflinger/InputManager.h index 528d2aa5ca..51d582fba1 100644 --- a/services/inputflinger/InputManager.h +++ b/services/inputflinger/InputManager.h @@ -137,6 +137,8 @@ private: std::unique_ptr<InputDispatcherInterface> mDispatcher; std::shared_ptr<IInputFlingerRust> mInputFlingerRust; + + std::vector<std::unique_ptr<TracedInputListener>> mTracingStages; }; } // namespace android |