| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef MediaControlTimelineMetrics_h | 5 #ifndef MediaControlTimelineMetrics_h |
| 6 #define MediaControlTimelineMetrics_h | 6 #define MediaControlTimelineMetrics_h |
| 7 | 7 |
| 8 #include "platform/Histogram.h" | 8 #include "platform/Histogram.h" |
| 9 #include "platform/wtf/Time.h" | 9 #include "platform/wtf/Time.h" |
| 10 #include "public/platform/modules/screen_orientation/WebScreenOrientationType.h" | 10 #include "public/platform/modules/screen_orientation/WebScreenOrientationType.h" |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 | 65 |
| 66 // The following are only valid during a pointer gesture. | 66 // The following are only valid during a pointer gesture. |
| 67 TimeTicks drag_start_time_ticks_; | 67 TimeTicks drag_start_time_ticks_; |
| 68 float drag_delta_media_seconds_ = 0; | 68 float drag_delta_media_seconds_ = 0; |
| 69 float drag_sum_abs_delta_media_seconds_ = 0; | 69 float drag_sum_abs_delta_media_seconds_ = 0; |
| 70 }; | 70 }; |
| 71 | 71 |
| 72 } // namespace blink | 72 } // namespace blink |
| 73 | 73 |
| 74 #endif // MediaControlTimelineMetrics_h | 74 #endif // MediaControlTimelineMetrics_h |
| OLD | NEW |