| Index: cc/test/fake_picture_layer_impl.h
|
| diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h
|
| index fcc4946a28272c677e11a286840b4965dbc56722..2ba976176e29a35e0cfa24a820cbbbaeef5711f6 100644
|
| --- a/cc/test/fake_picture_layer_impl.h
|
| +++ b/cc/test/fake_picture_layer_impl.h
|
| @@ -157,11 +157,6 @@ class FakePictureLayerImpl : public PictureLayerImpl {
|
| bool is_mask,
|
| const gfx::Size& layer_bounds);
|
| FakePictureLayerImpl(LayerTreeImpl* tree_impl, int id, bool is_mask);
|
| - FakePictureLayerImpl(
|
| - LayerTreeImpl* tree_impl,
|
| - int id,
|
| - bool is_mask,
|
| - scoped_refptr<LayerImpl::SyncedScrollOffset> synced_scroll_offset);
|
|
|
| private:
|
| gfx::Size fixed_tile_size_;
|
|
|