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

Unified Diff: content/common/cc_messages_unittest.cc

Issue 18432002: Blend TextureLayer background-color at draw time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: separate shaders for textures with background Created 7 years, 6 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 8d8b08add432acaa7bc5377d1715adc595cab8b4..65e382bcc91543675f7e38ade98d079f2c77e027 100644
--- a/content/common/cc_messages_unittest.cc
+++ b/content/common/cc_messages_unittest.cc
@@ -347,6 +347,7 @@ TEST_F(CCMessagesTest, AllQuads) {
arbitrary_pointf1,
arbitrary_pointf2,
arbitrary_float_array,
+ arbitrary_color,
piman 2013/07/03 20:11:12 Please also add the field to Compare(const Texture
alokp 2013/07/09 00:08:06 Done.
arbitrary_bool3);
scoped_ptr<DrawQuad> texture_cmp = texture_in->Copy(
texture_in->shared_quad_state);

Powered by Google App Engine
This is Rietveld 408576698