| Index: cc/picture_layer_impl.cc
|
| diff --git a/cc/picture_layer_impl.cc b/cc/picture_layer_impl.cc
|
| index 4959d4213ea0bedc1b38759125bc2ee69f428bad..14b9404ac5703918829599eda965fe9e5d2e3f49 100644
|
| --- a/cc/picture_layer_impl.cc
|
| +++ b/cc/picture_layer_impl.cc
|
| @@ -18,11 +18,11 @@
|
|
|
| namespace cc {
|
|
|
| -PictureLayerImpl::PictureLayerImpl(int id) :
|
| - LayerImpl(id),
|
| - tilings_(this),
|
| - pile_(PicturePileImpl::Create()),
|
| - last_update_time_(0) {
|
| +PictureLayerImpl::PictureLayerImpl(LayerTreeHostImpl* host, int id)
|
| + : LayerImpl(host, id),
|
| + tilings_(this),
|
| + pile_(PicturePileImpl::Create()),
|
| + last_update_time_(0) {
|
| }
|
|
|
| PictureLayerImpl::~PictureLayerImpl() {
|
|
|