Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3142)

Unified Diff: cc/trees/layer_tree_impl.h

Issue 1945813002: cc: Make LayerTreeImpl dump layer list to FrameViewer and Devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698