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

Unified Diff: cc/test/render_pass_test_common.cc

Issue 12328098: cc: Moving anti-aliasing decision to parent compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@solidaa
Patch Set: Rebase to tip of tree Created 7 years, 10 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/software_renderer_unittest.cc ('k') | cc/test/render_pass_test_utils.cc » ('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 a5b7d33daa64fea1c21f28f94ab8b044ece2eaf9..4a2de14aa2f6154f516eef259eb8ef582db37353 100644
--- a/cc/test/render_pass_test_common.cc
+++ b/cc/test/render_pass_test_common.cc
@@ -74,6 +74,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
scoped_ptr<cc::SharedQuadState> shared_state = cc::SharedQuadState::Create();
shared_state->SetAll(gfx::Transform(),
+ rect.size(),
rect,
rect,
false,
@@ -171,10 +172,6 @@ void TestRenderPass::AppendOneOfEveryQuadType(
resource2,
gfx::RectF(0, 0, 50, 50),
gfx::Size(50, 50),
- false,
- false,
- false,
- false,
false);
AppendQuad(scaled_tile_quad.PassAs<DrawQuad>());
@@ -190,10 +187,6 @@ void TestRenderPass::AppendOneOfEveryQuadType(
resource3,
gfx::RectF(0, 0, 100, 100),
gfx::Size(100, 100),
- false,
- false,
- false,
- false,
false);
AppendQuad(transformed_tile_quad.PassAs<DrawQuad>());
@@ -205,10 +198,6 @@ void TestRenderPass::AppendOneOfEveryQuadType(
resource4,
gfx::RectF(0, 0, 100, 100),
gfx::Size(100, 100),
- false,
- false,
- false,
- false,
false);
AppendQuad(tile_quad.PassAs<DrawQuad>());
« no previous file with comments | « cc/software_renderer_unittest.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698