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

Unified Diff: cc/layers/video_layer_impl.cc

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « cc/layers/video_frame_provider_client_impl.cc ('k') | cc/output/begin_frame_args.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/video_layer_impl.cc
diff --git a/cc/layers/video_layer_impl.cc b/cc/layers/video_layer_impl.cc
index 5f18a768ca4dcf0c4b72767843ef7dc31eeccebc..091f2a97a996f1f1da03cb8fb5e01a6d98103a85 100644
--- a/cc/layers/video_layer_impl.cc
+++ b/cc/layers/video_layer_impl.cc
@@ -230,16 +230,10 @@ void VideoLayerImpl::AppendQuads(RenderPass* render_pass,
YUVVideoDrawQuad* yuv_video_quad =
render_pass->CreateAndAppendDrawQuad<YUVVideoDrawQuad>();
yuv_video_quad->SetNew(
- shared_quad_state,
- quad_rect,
- opaque_rect,
- visible_quad_rect,
- tex_coord_rect,
- frame_resources_[0],
- frame_resources_[1],
+ shared_quad_state, quad_rect, opaque_rect, visible_quad_rect,
+ tex_coord_rect, coded_size, frame_resources_[0], frame_resources_[1],
frame_resources_[2],
- frame_resources_.size() > 3 ? frame_resources_[3] : 0,
- color_space);
+ frame_resources_.size() > 3 ? frame_resources_[3] : 0, color_space);
break;
}
case VideoFrameExternalResources::RGB_RESOURCE: {
« no previous file with comments | « cc/layers/video_frame_provider_client_impl.cc ('k') | cc/output/begin_frame_args.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698