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

Unified Diff: cc/test/render_pass_test_common.cc

Issue 207233002: cc: Support texcoord offsets in YUVVideoDrawQuad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: c7cdf916 Rebase. Created 6 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
« no previous file with comments | « cc/test/data/yuv_stripes_offset.png ('k') | content/common/cc_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_common.cc
diff --git a/cc/test/render_pass_test_common.cc b/cc/test/render_pass_test_common.cc
index 70df1492b4cd0f3de3be30bef4243a3e918a0564..56e2b07225b28370ed3eae3f5fb1a7d746477539 100644
--- a/cc/test/render_pass_test_common.cc
+++ b/cc/test/render_pass_test_common.cc
@@ -230,7 +230,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
rect,
opaque_rect,
visible_rect,
- gfx::Size(100, 100),
+ gfx::RectF(0, 0, 100, 100),
plane_resources[0],
plane_resources[1],
plane_resources[2],
« no previous file with comments | « cc/test/data/yuv_stripes_offset.png ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698