Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 15d0a4034a36980bc65857dff1aee69b9954792d..d5d7e3999f83e0dd742fe07b381c2f975b311f0e 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -158,6 +158,8 @@ class CC_EXPORT LayerTreeImpl { |
LayerListIterator<LayerImpl> begin(); |
LayerListIterator<LayerImpl> end(); |
+ const LayerListIterator<LayerImpl> begin() const; |
vmpstr
2016/05/05 18:20:59
Making the return type const here is not very usef
sunxd
2016/05/05 19:25:25
Done.
|
+ const LayerListIterator<LayerImpl> end() const; |
LayerListReverseIterator<LayerImpl> rbegin(); |
LayerListReverseIterator<LayerImpl> rend(); |