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

Unified Diff: media/gpu/vaapi_tfp_picture.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/vaapi_drm_picture.cc ('k') | media/gpu/vaapi_video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/vaapi_tfp_picture.cc
diff --git a/media/gpu/vaapi_tfp_picture.cc b/media/gpu/vaapi_tfp_picture.cc
index 71a6dca506e602d9e1e1c14fcae0ae91493d56c1..ea484211c65c53a9690e5457f92aae28c93ae2e3 100644
--- a/media/gpu/vaapi_tfp_picture.cc
+++ b/media/gpu/vaapi_tfp_picture.cc
@@ -58,7 +58,7 @@ bool VaapiTFPPicture::Initialize() {
return false;
}
- gfx::ScopedTextureBinder texture_binder(GL_TEXTURE_2D, texture_id_);
+ gl::ScopedTextureBinder texture_binder(GL_TEXTURE_2D, texture_id_);
if (!glx_image_->BindTexImage(GL_TEXTURE_2D)) {
LOG(ERROR) << "Failed to bind texture to glx image";
return false;
« no previous file with comments | « media/gpu/vaapi_drm_picture.cc ('k') | media/gpu/vaapi_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698