diff options
Diffstat (limited to 'cc/picture_layer_impl.cc')
-rw-r--r-- | cc/picture_layer_impl.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/picture_layer_impl.cc b/cc/picture_layer_impl.cc index 6155ed0..ab23a660 100644 --- a/cc/picture_layer_impl.cc +++ b/cc/picture_layer_impl.cc @@ -82,8 +82,7 @@ void PictureLayerImpl::dumpLayerProperties(std::string*, int indent) const { scoped_refptr<Tile> PictureLayerImpl::CreateTile(PictureLayerTiling*, gfx::Rect rect) { - // TODO(nduca): where does this come from? - TileManager* tile_manager = NULL; + TileManager* tile_manager = layerTreeHostImpl()->tileManager(); return make_scoped_refptr(new Tile( tile_manager, |