| Index: cc/layer_tree_host_unittest.cc
|
| diff --git a/cc/layer_tree_host_unittest.cc b/cc/layer_tree_host_unittest.cc
|
| index dd7bb1d973b80058eaef6a6a0dcb2e6d6e012e27..3f879a95822d4787f13be8c5c82fb029e8305172 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();
|
|
|