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

Unified Diff: media/blink/video_frame_compositor_unittest.cc

Issue 495353003: Move WebMediaPlayerImpl and its dependencies to media/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
« no previous file with comments | « media/blink/video_frame_compositor.cc ('k') | media/blink/webaudiosourceprovider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/video_frame_compositor_unittest.cc
diff --git a/content/renderer/media/video_frame_compositor_unittest.cc b/media/blink/video_frame_compositor_unittest.cc
similarity index 97%
rename from content/renderer/media/video_frame_compositor_unittest.cc
rename to media/blink/video_frame_compositor_unittest.cc
index 801c9e3cf64a618349df2920c577ee4ad62a056e..a7c46cac7a83999a2dfac86006ff141919400af0 100644
--- a/content/renderer/media/video_frame_compositor_unittest.cc
+++ b/media/blink/video_frame_compositor_unittest.cc
@@ -4,13 +4,11 @@
#include "base/bind.h"
#include "cc/layers/video_frame_provider.h"
-#include "content/renderer/media/video_frame_compositor.h"
#include "media/base/video_frame.h"
+#include "media/blink/video_frame_compositor.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace content {
-
-using media::VideoFrame;
+namespace media {
class VideoFrameCompositorTest : public testing::Test,
public cc::VideoFrameProvider::Client {
@@ -159,4 +157,4 @@ TEST_F(VideoFrameCompositorTest, OpacityChanged) {
EXPECT_EQ(2, opacity_changed_count());
}
-} // namespace content
+} // namespace media
« no previous file with comments | « media/blink/video_frame_compositor.cc ('k') | media/blink/webaudiosourceprovider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698