| Index: media/base/android/video_decoder_job.h
|
| diff --git a/media/base/android/video_decoder_job.h b/media/base/android/video_decoder_job.h
|
| index cafcedf3594fd622e7646cd7b26028aa0da6a974..43863d4de1c4fc650f417d0e881ebaf78e8ee23c 100644
|
| --- a/media/base/android/video_decoder_job.h
|
| +++ b/media/base/android/video_decoder_job.h
|
| @@ -28,7 +28,7 @@ class VideoDecoderJob : public MediaDecoderJob {
|
|
|
| // Passes a java surface object to the codec. Returns true if the surface
|
| // can be used by the decoder, or false otherwise.
|
| - bool SetVideoSurface(gfx::ScopedJavaSurface surface);
|
| + bool SetVideoSurface(gl::ScopedJavaSurface surface);
|
|
|
| // MediaDecoderJob implementation.
|
| bool HasStream() const override;
|
| @@ -67,7 +67,7 @@ class VideoDecoderJob : public MediaDecoderJob {
|
| int output_height_;
|
|
|
| // The surface object currently owned by the player.
|
| - gfx::ScopedJavaSurface surface_;
|
| + gl::ScopedJavaSurface surface_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(VideoDecoderJob);
|
| };
|
|
|