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

Unified Diff: mojo/converters/surfaces/surfaces_type_converters.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 | « gpu/perftests/texture_upload_perftest.cc ('k') | mojo/tools/roll/cc_strip_video.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/surfaces/surfaces_type_converters.cc
diff --git a/mojo/converters/surfaces/surfaces_type_converters.cc b/mojo/converters/surfaces/surfaces_type_converters.cc
index 5c2f6143cf79b93484e240f0e8e5506365e8cdab..0803ba62e0b25fccb6733f3831310af960760368 100644
--- a/mojo/converters/surfaces/surfaces_type_converters.cc
+++ b/mojo/converters/surfaces/surfaces_type_converters.cc
@@ -175,6 +175,7 @@ bool ConvertDrawQuad(const QuadPtr& input,
input->visible_rect.To<gfx::Rect>(),
input->needs_blending,
yuv_state->tex_coord_rect.To<gfx::RectF>(),
+ gfx::Size(), // TODO(jamesr): texture size
yuv_state->y_plane_resource_id,
yuv_state->u_plane_resource_id,
yuv_state->v_plane_resource_id,
« no previous file with comments | « gpu/perftests/texture_upload_perftest.cc ('k') | mojo/tools/roll/cc_strip_video.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698