| 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_;
|
|
|