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

Unified Diff: cc/test/render_pass_test_common.cc

Issue 659683002: Include mask texture size in RenderPassDrawQuad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_mask_draw_quad_test
Patch Set: Created 6 years, 2 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 dd5bb901fd556ec68ed0dee2553b81640aeff6a4..deb5a8e90d393b2e211a6134da6fae0ca713e107 100644
--- a/cc/test/render_pass_test_common.cc
+++ b/cc/test/render_pass_test_common.cc
@@ -124,7 +124,8 @@ void TestRenderPass::AppendOneOfEveryQuadType(
visible_rect,
child_pass,
resource5,
- gfx::RectF(),
+ gfx::Vector2dF(),
danakj 2014/10/15 15:33:35 resource5 has a size of gfx::Size(73, 26) should w
enne (OOO) 2014/10/15 19:10:55 Done.
+ gfx::Size(),
FilterOperations(),
gfx::Vector2dF(),
FilterOperations());
@@ -136,7 +137,8 @@ void TestRenderPass::AppendOneOfEveryQuadType(
visible_rect,
child_pass,
resource5,
- gfx::RectF(),
+ gfx::Vector2dF(),
+ gfx::Size(),
FilterOperations(),
gfx::Vector2dF(),
FilterOperations());

Powered by Google App Engine
This is Rietveld 408576698