| Index: gpu/ipc/common/android/surface_texture_peer.h
|
| diff --git a/gpu/ipc/common/android/surface_texture_peer.h b/gpu/ipc/common/android/surface_texture_peer.h
|
| index 06bfd9448178baee0b74e6142480766ad1e0aaae..bbfc78d0a3cd00bcbd9ce66fea46a50729f7a2ca 100644
|
| --- a/gpu/ipc/common/android/surface_texture_peer.h
|
| +++ b/gpu/ipc/common/android/surface_texture_peer.h
|
| @@ -22,7 +22,7 @@ class GPU_EXPORT SurfaceTexturePeer {
|
| // process.
|
| virtual void EstablishSurfaceTexturePeer(
|
| base::ProcessHandle pid,
|
| - scoped_refptr<gfx::SurfaceTexture> surface_texture,
|
| + scoped_refptr<gl::SurfaceTexture> surface_texture,
|
| int primary_id,
|
| int secondary_id) = 0;
|
|
|
|
|