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

Unified Diff: third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlTimelineMetrics.cpp b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/html/shadow/MediaControlTimelineMetrics.cpp
rename to third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
index f7c3ed460a6995b39d8e1328c6f04b63f589496c..7d22c8eb308e6188e256c4ebacfd4368d37ea3ac 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlTimelineMetrics.cpp
+++ b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "core/html/shadow/MediaControlTimelineMetrics.h"
+#include "modules/media_controls/elements/MediaControlTimelineMetrics.h"
#include <stdint.h>
#include <cmath>

Powered by Google App Engine
This is Rietveld 408576698