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

Unified Diff: media/base/android/video_media_codec_decoder.cc

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/base/android/video_media_codec_decoder.h ('k') | media/gpu/android_copying_backing_strategy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/video_media_codec_decoder.cc
diff --git a/media/base/android/video_media_codec_decoder.cc b/media/base/android/video_media_codec_decoder.cc
index 7d620321bf90a2b93614984765b7c08373edb65f..63e324535cfff9f669528d35451e804619e172e1 100644
--- a/media/base/android/video_media_codec_decoder.cc
+++ b/media/base/android/video_media_codec_decoder.cc
@@ -85,7 +85,7 @@ void VideoMediaCodecDecoder::ReleaseDecoderResources() {
ReleaseMediaCodec();
- surface_ = gfx::ScopedJavaSurface();
+ surface_ = gl::ScopedJavaSurface();
}
void VideoMediaCodecDecoder::ReleaseMediaCodec() {
@@ -95,7 +95,7 @@ void VideoMediaCodecDecoder::ReleaseMediaCodec() {
delayed_buffers_.clear();
}
-void VideoMediaCodecDecoder::SetVideoSurface(gfx::ScopedJavaSurface surface) {
+void VideoMediaCodecDecoder::SetVideoSurface(gl::ScopedJavaSurface surface) {
DCHECK(media_task_runner_->BelongsToCurrentThread());
DVLOG(1) << class_name() << "::" << __FUNCTION__
« no previous file with comments | « media/base/android/video_media_codec_decoder.h ('k') | media/gpu/android_copying_backing_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698