| Index: cc/layers/render_surface_impl_unittest.cc
|
| diff --git a/cc/layers/render_surface_impl_unittest.cc b/cc/layers/render_surface_impl_unittest.cc
|
| index 20c2afbc84bc2e00b122ad142e365ade77602993..9ccb8cb4e3845c0cbd3b94f3c0607735ee1d8a6a 100644
|
| --- a/cc/layers/render_surface_impl_unittest.cc
|
| +++ b/cc/layers/render_surface_impl_unittest.cc
|
| @@ -17,7 +17,7 @@ TEST(RenderSurfaceLayerImplTest, Occlusion) {
|
| LayerTestCommon::LayerImplTest impl;
|
|
|
| LayerImpl* owning_layer_impl = impl.AddChildToRoot<LayerImpl>();
|
| - owning_layer_impl->SetAnchorPoint(gfx::PointF());
|
| + owning_layer_impl->SetTransformOrigin(gfx::Point3F());
|
| owning_layer_impl->SetBounds(layer_size);
|
| owning_layer_impl->SetContentBounds(layer_size);
|
| owning_layer_impl->SetDrawsContent(true);
|
|
|