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

Unified Diff: cc/layers/texture_layer_unittest.cc

Issue 1973503004: [NOT FOR REVIEW] 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/texture_layer_unittest.cc
diff --git a/cc/layers/texture_layer_unittest.cc b/cc/layers/texture_layer_unittest.cc
index f94430d6f8313e6f82cae1d5053239f58ec55882..2bf6a3328657ab74b91c139a66cfe394ab2427b1 100644
--- a/cc/layers/texture_layer_unittest.cc
+++ b/cc/layers/texture_layer_unittest.cc
@@ -1217,7 +1217,7 @@ class TextureLayerChangeInvisibleMailboxTest
// So the old mailbox isn't returned yet.
EXPECT_EQ(0, mailbox_returned_);
// Make layer visible again.
- parent_layer_->SetOpacity(1.f);
+ parent_layer_->SetOpacity(0.9f);
break;
case 4:
// Layer should have been updated.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698