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

Unified Diff: third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegate.cpp

Issue 2795783004: Move core MediaControls implementation to modules/media_controls/. (Closed)
Patch Set: rebase 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/MediaControlsOrientationLockDelegate.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegate.cpp b/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegate.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegate.cpp
rename to third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegate.cpp
index 71d89b35e4e776ac71a0738f96e19a9387791acd..d09537c22912f1afb218a93265823f25750d8f8b 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControlsOrientationLockDelegate.cpp
+++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegate.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 "MediaControlsOrientationLockDelegate.h"
+#include "modules/media_controls/MediaControlsOrientationLockDelegate.h"
#include "core/events/Event.h"
#include "core/frame/ScreenOrientationController.h"

Powered by Google App Engine
This is Rietveld 408576698