| Index: media/gpu/avda_shared_state.cc
|
| diff --git a/media/gpu/avda_shared_state.cc b/media/gpu/avda_shared_state.cc
|
| index 7e73c041de0c7f6a4d3579b947dfa52a9eeae105..2b53620f39e2144b1165fe82bc54c26e6ab16720 100644
|
| --- a/media/gpu/avda_shared_state.cc
|
| +++ b/media/gpu/avda_shared_state.cc
|
| @@ -54,8 +54,8 @@ void AVDASharedState::WaitForFrameAvailable() {
|
| }
|
|
|
| void AVDASharedState::DidAttachSurfaceTexture() {
|
| - context_ = gfx::GLContext::GetCurrent();
|
| - surface_ = gfx::GLSurface::GetCurrent();
|
| + context_ = gl::GLContext::GetCurrent();
|
| + surface_ = gl::GLSurface::GetCurrent();
|
| DCHECK(context_);
|
| DCHECK(surface_);
|
|
|
|
|