| Index: media/gpu/ipc/service/gpu_video_decode_accelerator.cc
|
| diff --git a/media/gpu/ipc/service/gpu_video_decode_accelerator.cc b/media/gpu/ipc/service/gpu_video_decode_accelerator.cc
|
| index 44f8a12a6fb6605adfe376b2bdf6c357cde758a6..12751acc02e218d80f787ecb43836ae5f5ddc1dd 100644
|
| --- a/media/gpu/ipc/service/gpu_video_decode_accelerator.cc
|
| +++ b/media/gpu/ipc/service/gpu_video_decode_accelerator.cc
|
| @@ -33,7 +33,7 @@
|
| namespace media {
|
|
|
| namespace {
|
| -static gfx::GLContext* GetGLContext(
|
| +static gl::GLContext* GetGLContext(
|
| const base::WeakPtr<gpu::GpuCommandBufferStub>& stub) {
|
| if (!stub) {
|
| DLOG(ERROR) << "Stub is gone; no GLContext.";
|
|
|