| Index: media/base/android/media_player_android.h
|
| diff --git a/media/base/android/media_player_android.h b/media/base/android/media_player_android.h
|
| index 176731fe2be047d1dead0fe763c228e28b85d120..57a9908f139f3036632998df9b6cf17c00b657a6 100644
|
| --- a/media/base/android/media_player_android.h
|
| +++ b/media/base/android/media_player_android.h
|
| @@ -64,7 +64,7 @@ class MEDIA_EXPORT MediaPlayerAndroid {
|
| virtual void DeleteOnCorrectThread();
|
|
|
| // Passing an external java surface object to the player.
|
| - virtual void SetVideoSurface(gfx::ScopedJavaSurface surface) = 0;
|
| + virtual void SetVideoSurface(gl::ScopedJavaSurface surface) = 0;
|
|
|
| // Start playing the media.
|
| virtual void Start() = 0;
|
|
|