diff options
Diffstat (limited to 'cc/picture_layer_impl.cc')
-rw-r--r-- | cc/picture_layer_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/picture_layer_impl.cc b/cc/picture_layer_impl.cc index 9f814a5..a6a0245 100644 --- a/cc/picture_layer_impl.cc +++ b/cc/picture_layer_impl.cc @@ -18,8 +18,8 @@ namespace cc { -PictureLayerImpl::PictureLayerImpl(LayerTreeHostImpl* host, int id) - : LayerImpl(host, id), +PictureLayerImpl::PictureLayerImpl(LayerTreeImpl* treeImpl, int id) + : LayerImpl(treeImpl, id), tilings_(this), pile_(PicturePileImpl::Create()), last_update_time_(0) { |