| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index fa301937b5564c47127e0aedcc3d2b793b24c7f0..6f0f434c11b9e50187fc68abe2141f438052d0e6 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -5566,8 +5566,8 @@ TEST_F(LayerTreeHostImplTest, ForcedDrawToSoftwareDeviceBasicRender) {
|
| EXPECT_EQ(1, software_device->frames_ended_);
|
|
|
| // Call other API methods that are likely to hit NULL pointer in this mode.
|
| - EXPECT_TRUE(host_impl_->AsValue());
|
| - EXPECT_TRUE(host_impl_->ActivationStateAsValue());
|
| + EXPECT_TRUE(host_impl_->AsValue().get());
|
| + EXPECT_TRUE(host_impl_->ActivationStateAsValue().get());
|
| }
|
|
|
| TEST_F(LayerTreeHostImplTest,
|
|
|