| 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 86b6d3149c1858b48ebc10dad6f9622f56324b55..ad9b1e13b0d47416ca422463ee6140459d9ed3f4 100644
|
| --- a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| +++ b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| @@ -91,7 +91,7 @@ void CompareFixedBoundsLayerAndNormalLayer(const WebFloatPoint& anchor_point,
|
| scoped_ptr<WebLayerImplFixedBounds> root_layer(new WebLayerImplFixedBounds());
|
|
|
| WebLayerImplFixedBounds* fixed_bounds_layer = new WebLayerImplFixedBounds(
|
| - cc::PictureImageLayer::Create(WebLayerImpl::LayerSettings()));
|
| + cc::PictureImageLayer::Create(cc::LayerSettings()));
|
| fixed_bounds_layer->setBounds(bounds);
|
| fixed_bounds_layer->SetFixedBounds(fixed_bounds);
|
| fixed_bounds_layer->setTransform(transform.matrix());
|
|
|