Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.h

Issue 2820343002: Media Controls: move timeline related code to modules. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698