| Index: cc/test/fake_picture_layer_impl.cc
|
| diff --git a/cc/test/fake_picture_layer_impl.cc b/cc/test/fake_picture_layer_impl.cc
|
| index 11d13204682f819cc8324d2dacfc8772ebe9ed19..93cfbc232700d0ffd6d4de90521292184565f96c 100644
|
| --- a/cc/test/fake_picture_layer_impl.cc
|
| +++ b/cc/test/fake_picture_layer_impl.cc
|
| @@ -25,7 +25,6 @@ FakePictureLayerImpl::FakePictureLayerImpl(
|
| use_set_valid_tile_priorities_flag_(false),
|
| release_resources_count_(0) {
|
| SetBounds(raster_source->GetSize());
|
| - SetContentBounds(raster_source->GetSize());
|
| SetRasterSourceOnPending(raster_source, Region());
|
| }
|
|
|
| @@ -45,7 +44,6 @@ FakePictureLayerImpl::FakePictureLayerImpl(
|
| use_set_valid_tile_priorities_flag_(false),
|
| release_resources_count_(0) {
|
| SetBounds(layer_bounds);
|
| - SetContentBounds(layer_bounds);
|
| SetRasterSourceOnPending(raster_source, Region());
|
| }
|
|
|
|
|