Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: media/gpu/avda_shared_state.cc

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/gpu/avda_shared_state.h ('k') | media/gpu/avda_state_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
« no previous file with comments | « media/gpu/avda_shared_state.h ('k') | media/gpu/avda_state_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698