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

Unified Diff: cc/test/render_pass_test_common.cc

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/layer_tree_test.cc ('k') | cc/test/test_context_provider.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 b79fc1fb91d013d51a098368bd44b8972d577302..7237ce1099f92ae9911127eeb8c2598408dab39e 100644
--- a/cc/test/render_pass_test_common.cc
+++ b/cc/test/render_pass_test_common.cc
@@ -198,6 +198,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
resource2,
gfx::RectF(0, 0, 50, 50),
gfx::Size(50, 50),
+ false,
false);
SharedQuadState* transformed_state = this->CreateAndAppendSharedQuadState();
@@ -215,6 +216,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
resource3,
gfx::RectF(0, 0, 100, 100),
gfx::Size(100, 100),
+ false,
false);
SharedQuadState* shared_state2 = this->CreateAndAppendSharedQuadState();
@@ -235,6 +237,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
resource4,
gfx::RectF(0, 0, 100, 100),
gfx::Size(100, 100),
+ false,
false);
ResourceProvider::ResourceId plane_resources[4];
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/test/test_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698