Index: components/exo/pointer.h |
diff --git a/components/exo/pointer.h b/components/exo/pointer.h |
index f5cc9f20129ff83fc3efab21fed4303e76fc1ddd..8cfdbab86362c4f218a007b544b7e30dc5ce651b 100644 |
--- a/components/exo/pointer.h |
+++ b/components/exo/pointer.h |
@@ -107,6 +107,9 @@ class Pointer : public ui::EventHandler, |
// The current pointer force. |
float force_; |
+ // True if the pointer is controlled via direct input. |
+ bool is_direct_input_ = false; |
+ |
DISALLOW_COPY_AND_ASSIGN(Pointer); |
}; |