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

Unified Diff: media/video/video_encode_accelerator.cc

Issue 20632002: Add media::VideoEncodeAccelerator with WebRTC integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@git-svn
Patch Set: d3982027 CQ nits. Created 7 years, 4 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/video/video_encode_accelerator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/video_encode_accelerator.cc
diff --git a/media/base/android/media_resource_getter.cc b/media/video/video_encode_accelerator.cc
similarity index 67%
copy from media/base/android/media_resource_getter.cc
copy to media/video/video_encode_accelerator.cc
index 5fdff06b94662f524418a767dfca9cc4417be537..d9c619cfcf3644b380c8ee1c4d14ebed13a08707 100644
--- a/media/base/android/media_resource_getter.cc
+++ b/media/video/video_encode_accelerator.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/android/media_resource_getter.h"
+#include "media/video/video_encode_accelerator.h"
namespace media {
-MediaResourceGetter::~MediaResourceGetter() {}
+VideoEncodeAccelerator::~VideoEncodeAccelerator() {}
} // namespace media
« no previous file with comments | « media/video/video_encode_accelerator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698