| Index: gpu/ipc/service/stream_texture_android.cc
|
| diff --git a/gpu/ipc/service/stream_texture_android.cc b/gpu/ipc/service/stream_texture_android.cc
|
| index 49ad894acc0d18cfaf7f6dcc67d4b5ecf93eac23..ffa9a0abce9514a211fa075802a57ece4fd48679 100644
|
| --- a/gpu/ipc/service/stream_texture_android.cc
|
| +++ b/gpu/ipc/service/stream_texture_android.cc
|
| @@ -61,7 +61,7 @@ bool StreamTexture::Create(GpuCommandBufferStub* owner_stub,
|
| StreamTexture::StreamTexture(GpuCommandBufferStub* owner_stub,
|
| int32_t route_id,
|
| uint32_t texture_id)
|
| - : surface_texture_(gfx::SurfaceTexture::Create(texture_id)),
|
| + : surface_texture_(gl::SurfaceTexture::Create(texture_id)),
|
| size_(0, 0),
|
| has_pending_frame_(false),
|
| owner_stub_(owner_stub),
|
|
|