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

Unified Diff: media/gpu/ipc/client/gpu_video_decode_accelerator_host.h

Issue 2881553002: Add |texture_target_| and |pixel_format_| to media::PictureBuffer (Closed)
Patch Set: Add |texture_target_| and |pixel_format_| to media::PictureBuffer Created 3 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
Index: media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
diff --git a/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h b/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
index 2a1fc50bf903a827b4317620eb2e0e4cca226782..bb7b18acbb4aca0935fe8172e0dbfe8633726ff5 100644
--- a/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
+++ b/media/gpu/ipc/client/gpu_video_decode_accelerator_host.h
@@ -67,11 +67,11 @@ class GpuVideoDecodeAcceleratorHost
// process. Should not be called directly.
void OnInitializationComplete(bool success);
void OnBitstreamBufferProcessed(int32_t bitstream_buffer_id);
- void OnProvidePictureBuffer(uint32_t num_requested_buffers,
- VideoPixelFormat format,
- uint32_t textures_per_buffer,
- const gfx::Size& dimensions,
- uint32_t texture_target);
+ void OnProvidePictureBuffers(uint32_t num_requested_buffers,
+ VideoPixelFormat format,
+ uint32_t textures_per_buffer,
+ const gfx::Size& dimensions,
+ uint32_t texture_target);
void OnDismissPictureBuffer(int32_t picture_buffer_id);
void OnPictureReady(
const AcceleratedVideoDecoderHostMsg_PictureReady_Params& params);

Powered by Google App Engine
This is Rietveld 408576698