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

Unified Diff: content/common/gpu/client/gpu_video_decode_accelerator_host.h

Issue 806413004: Plumb allow_overlay flag for video path into cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed v4l2 Created 5 years, 11 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/client/gpu_video_decode_accelerator_host.h
diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
index e70053df47835f67826a42007a4dcdedc3e074b9..d82da0725e3b35f9fa482b8b3abbcf22e3437c4a 100644
--- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h
+++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
@@ -65,7 +65,8 @@ class GpuVideoDecodeAcceleratorHost
void OnDismissPictureBuffer(int32 picture_buffer_id);
void OnPictureReady(int32 picture_buffer_id,
int32 bitstream_buffer_id,
- const gfx::Rect& visible_rect);
+ const gfx::Rect& visible_rect,
+ bool allow_overlay);
void OnFlushDone();
void OnResetDone();
void OnNotifyError(uint32 error);

Powered by Google App Engine
This is Rietveld 408576698