| Index: cc/test/layer_tree_test.cc
|
| diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
|
| index 949c80215d79bf7c7de345b96f1da8f2d0fe7122..2681b434a8df9f4e7c3923a48dd3d7afb20f8c8d 100644
|
| --- a/cc/test/layer_tree_test.cc
|
| +++ b/cc/test/layer_tree_test.cc
|
| @@ -684,8 +684,8 @@ scoped_ptr<FakeOutputSurface> LayerTreeTest::CreateFakeOutputSurface(
|
| }
|
|
|
| TestWebGraphicsContext3D* LayerTreeTest::TestContext() {
|
| - return static_cast<TestContextProvider*>(
|
| - output_surface_->context_provider().get())->TestContext3d();
|
| + return static_cast<TestContextProvider*>(output_surface_->context_provider())
|
| + ->TestContext3d();
|
| }
|
|
|
| int LayerTreeTest::LastCommittedSourceFrameNumber(LayerTreeHostImpl* impl)
|
|
|