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

Unified Diff: content/common/gpu/media/video_decode_accelerator_unittest.cc

Issue 1421903006: ui/gl: Move GLImage into gl namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ozone demo Created 5 years, 2 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
Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
index 493ced76a86deeed20fd3642b724ee5fe6f43a12..9a8b774d88be0ff561215d4d675fecaf433eea4d 100644
--- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
+++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
@@ -367,7 +367,7 @@ class GLRenderingVDAClient
void BindImage(uint32 client_texture_id,
uint32 texture_target,
- scoped_refptr<gfx::GLImage> image);
+ scoped_refptr<gl::GLImage> image);
void SetState(ClientState new_state);
void FinishInitialization();
@@ -576,8 +576,7 @@ GLRenderingVDAClient::CreateVaapiVDA() {
void GLRenderingVDAClient::BindImage(uint32 client_texture_id,
uint32 texture_target,
- scoped_refptr<gfx::GLImage> image) {
-}
+ scoped_refptr<gl::GLImage> image) {}
void GLRenderingVDAClient::CreateAndStartDecoder() {
LOG_ASSERT(decoder_deleted());

Powered by Google App Engine
This is Rietveld 408576698