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

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

Issue 1842673003: Revert of Mac: Decode hardware to 420 instead of 422 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 c7ca0d2342d5c0b57b9a25dd1c67de3aa969f72e..fbd5fb4a5f765acd485183786ff0457bc49a68a0 100644
--- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
+++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
@@ -366,8 +366,7 @@
void BindImage(uint32_t client_texture_id,
uint32_t texture_target,
- scoped_refptr<gl::GLImage> image,
- bool can_bind_as_sampler);
+ scoped_refptr<gl::GLImage> image);
void SetState(ClientState new_state);
void FinishInitialization();
@@ -578,8 +577,7 @@
void GLRenderingVDAClient::BindImage(uint32_t client_texture_id,
uint32_t texture_target,
- scoped_refptr<gl::GLImage> image,
- bool can_bind_to_sampler) {}
+ scoped_refptr<gl::GLImage> image) {}
void GLRenderingVDAClient::CreateAndStartDecoder() {
LOG_ASSERT(decoder_deleted());
« no previous file with comments | « content/common/gpu/media/vaapi_video_decode_accelerator.cc ('k') | content/common/gpu/media/vt_video_decode_accelerator_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698