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

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

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_decoder_job.cc ('k') | media/base/android/video_media_codec_decoder.cc » ('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.h
diff --git a/media/base/android/video_media_codec_decoder.h b/media/base/android/video_media_codec_decoder.h
index 32426229fe2498b289c9c6c7957c7686e59bdab4..c0c0d924e7569441f1342a30be005afe996e826a 100644
--- a/media/base/android/video_media_codec_decoder.h
+++ b/media/base/android/video_media_codec_decoder.h
@@ -51,7 +51,7 @@ class VideoMediaCodecDecoder : public MediaCodecDecoder {
void ReleaseMediaCodec() override;
// Stores the video surface to use with upcoming Configure()
- void SetVideoSurface(gfx::ScopedJavaSurface surface);
+ void SetVideoSurface(gl::ScopedJavaSurface surface);
// Returns true if there is a video surface to use.
bool HasVideoSurface() const;
@@ -98,7 +98,7 @@ class VideoMediaCodecDecoder : public MediaCodecDecoder {
DemuxerConfigs configs_;
// Video surface that we render to.
- gfx::ScopedJavaSurface surface_;
+ gl::ScopedJavaSurface surface_;
// Flags that indicates whether we need protected surface.
bool is_protected_surface_required_;
« no previous file with comments | « media/base/android/video_decoder_job.cc ('k') | media/base/android/video_media_codec_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698