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 df0a623f23bbb7bfacc552f828a9eb5c44e343af..f9fe8bbe832e445b99088fc75bacf40b1c25d7b3 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -469,8 +469,8 @@ class CC_EXPORT LayerTreeHostImpl |
void RegisterPictureLayerImpl(PictureLayerImpl* layer); |
void UnregisterPictureLayerImpl(PictureLayerImpl* layer); |
- void GetPictureLayerImplPairs( |
- std::vector<PictureLayerImpl::Pair>* layers) const; |
+ void GetPictureLayerImplPairs(std::vector<PictureLayerImpl::Pair>* layers, |
+ bool need_valid_tile_priorities) const; |
void SetTopControlsLayoutHeight(float height); |