| Index: cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| diff --git a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| index c9fd4fad6dc55e7927de2164900e174c61783e99..91a5d54f042da0257f105f9efe917d17a93c40fd 100644
|
| --- a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| +++ b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| @@ -88,8 +88,8 @@ void CompareFixedBoundsLayerAndNormalLayer(const WebFloatPoint& anchor_point,
|
|
|
| scoped_ptr<WebLayerImplFixedBounds> root_layer(new WebLayerImplFixedBounds());
|
|
|
| - WebLayerImplFixedBounds* fixed_bounds_layer =
|
| - new WebLayerImplFixedBounds(cc::PictureImageLayer::Create());
|
| + WebLayerImplFixedBounds* fixed_bounds_layer = new WebLayerImplFixedBounds(
|
| + cc::PictureImageLayer::Create(WebLayerImpl::LayerSettings()));
|
| fixed_bounds_layer->setBounds(bounds);
|
| fixed_bounds_layer->SetFixedBounds(fixed_bounds);
|
| fixed_bounds_layer->setTransform(transform.matrix());
|
|
|