| Index: athena/home/home_card_gesture_manager.h
|
| diff --git a/athena/home/home_card_gesture_manager.h b/athena/home/home_card_gesture_manager.h
|
| index 1bc122f673113aa619f7090577aef20857efd78a..662577eb4dcd57dd5dcef8761270e2cd446edd6d 100644
|
| --- a/athena/home/home_card_gesture_manager.h
|
| +++ b/athena/home/home_card_gesture_manager.h
|
| @@ -52,6 +52,9 @@ class ATHENA_EXPORT HomeCardGestureManager {
|
|
|
| Delegate* delegate_; // Not owned.
|
|
|
| + // The state when the gesture starts.
|
| + HomeCard::State original_state_;
|
| +
|
| // The offset from the top edge of the home card and the initial position of
|
| // gesture.
|
| int y_offset_;
|
|
|