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

Unified Diff: content/common/cc_messages_unittest.cc

Issue 1968363002: SurfaceAggregator should check whether output is secure when drawin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: content/common/cc_messages_unittest.cc
diff --git a/content/common/cc_messages_unittest.cc b/content/common/cc_messages_unittest.cc
index c42a6d7467f8c02dac8fa8724b647b3b7ef54f07..b7988863fefa2320dc5e88452c6cd351b84d6b78 100644
--- a/content/common/cc_messages_unittest.cc
+++ b/content/common/cc_messages_unittest.cc
@@ -258,6 +258,7 @@ TEST_F(CCMessagesTest, AllQuads) {
bool arbitrary_bool3 = true;
bool arbitrary_bool4 = true;
bool arbitrary_bool5 = false;
+ bool arbitrary_bool6 = true;
int arbitrary_context_id1 = 12;
int arbitrary_context_id2 = 57;
int arbitrary_context_id3 = -503;
@@ -406,9 +407,9 @@ TEST_F(CCMessagesTest, AllQuads) {
texture_in->SetAll(shared_state3_in, arbitrary_rect2,
arbitrary_rect2_inside_rect2, arbitrary_rect1_inside_rect2,
arbitrary_bool1, arbitrary_resourceid1, arbitrary_size1,
- arbitrary_bool2, arbitrary_pointf1,
- arbitrary_pointf2, arbitrary_color, arbitrary_float_array,
- arbitrary_bool4, arbitrary_bool5);
+ arbitrary_bool2, arbitrary_pointf1, arbitrary_pointf2,
+ arbitrary_color, arbitrary_float_array, arbitrary_bool4,
+ arbitrary_bool5, arbitrary_bool6);
pass_cmp->CopyFromAndAppendDrawQuad(texture_in,
texture_in->shared_quad_state);

Powered by Google App Engine
This is Rietveld 408576698