Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 450b2721bc9c1f4b6662e3706f624bedf3968797..7d33f7dc6850c5fb79545c42326ecebbbb56daf8 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -235,7 +235,7 @@ class CC_EXPORT LayerTreeHostImpl |
// TileManagerClient implementation. |
const std::vector<PictureLayerImpl*>& GetPictureLayers() const override; |
void NotifyReadyToActivate() override; |
- void NotifyTileStateChanged(const Tile* tile) override; |
+ void NotifyTileStateChanged(const Tile* tile, bool visible_tile) override; |
void BuildRasterQueue(RasterTilePriorityQueue* queue, |
TreePriority tree_priority) override; |
void BuildEvictionQueue(EvictionTilePriorityQueue* queue, |