| Index: content/browser/android/content_video_view.h
|
| diff --git a/content/browser/android/content_video_view.h b/content/browser/android/content_video_view.h
|
| index 292f818d927ea05c9d7d2aeb8c5c726c2c272f2d..f54a29fd76e791e64d47d1bf4d955c1af35dd6ec 100644
|
| --- a/content/browser/android/content_video_view.h
|
| +++ b/content/browser/android/content_video_view.h
|
| @@ -32,7 +32,7 @@ class ContentVideoView {
|
| // For receiving notififcations when the SurfaceView surface is created and
|
| // destroyed. When |surface.IsEmpty()| the surface was destroyed and
|
| // the client should not hold any references to it once this returns.
|
| - virtual void SetVideoSurface(gfx::ScopedJavaSurface surface) = 0;
|
| + virtual void SetVideoSurface(gl::ScopedJavaSurface surface) = 0;
|
|
|
| // Called after the ContentVideoView has been hidden because we're exiting
|
| // fullscreen.
|
|
|