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

Unified Diff: cc/test/render_pass_test_common.cc

Issue 11783094: cc: Add point-based UV coordinate on TextureLayer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed unittest and abreviations Created 7 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: 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 b66ca4fddc971a088a688bb7796abc9aadb25a7a..8d763ad8843314d9946963e5a508b0bb72a182cf 100644
--- a/cc/test/render_pass_test_common.cc
+++ b/cc/test/render_pass_test_common.cc
@@ -102,7 +102,8 @@ void TestRenderPass::AppendOneOfEveryQuadType(
opaque_rect,
texture_resource,
false,
- rect,
+ gfx::PointF(0, 0),
danakj 2013/01/11 02:21:51 0.f and 1.f
Jerome 2013/01/11 18:00:01 Done.
+ gfx::PointF(1, 1),
vertex_opacity,
false);
AppendQuad(texture_quad.PassAs<DrawQuad>());

Powered by Google App Engine
This is Rietveld 408576698