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

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: Dump every layer in layout test and rebaseline the expectations Created 4 years, 7 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
Index: cc/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index d80db11a5f2329ced181089b7fa787930dd5122a..96c5e06c8af0de5038ad04ba3e64b145fd46f270 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -160,6 +160,8 @@ class CC_EXPORT LayerTreeImpl {
LayerListIterator<LayerImpl> begin();
LayerListIterator<LayerImpl> end();
+ LayerListIterator<LayerImpl> begin() const;
vmpstr 2016/06/01 18:47:58 Please change this in one of the following ways (e
+ LayerListIterator<LayerImpl> end() const;
LayerListReverseIterator<LayerImpl> rbegin();
LayerListReverseIterator<LayerImpl> rend();

Powered by Google App Engine
This is Rietveld 408576698