| Index: cc/layer_tree_host_unittest.cc
|
| diff --git a/cc/layer_tree_host_unittest.cc b/cc/layer_tree_host_unittest.cc
|
| index 1e1334dfd28af283638bbaa8af466b8416bf87c7..639c90d6657b841b63b695ad1dba1009d2103d7d 100644
|
| --- a/cc/layer_tree_host_unittest.cc
|
| +++ b/cc/layer_tree_host_unittest.cc
|
| @@ -641,7 +641,7 @@ public:
|
| virtual void commitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE
|
| {
|
| EXPECT_EQ(gfx::Size(20, 20), impl->layoutViewportSize());
|
| - EXPECT_EQ(SK_ColorGRAY, impl->backgroundColor());
|
| + EXPECT_EQ(SK_ColorGRAY, impl->activeTree()->background_color());
|
| EXPECT_EQ(5, impl->pageScaleFactor());
|
|
|
| endTest();
|
|
|