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

Unified Diff: cc/layers/layer_iterator.h

Issue 13285002: cc: Consolidate LayerList types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/layers/layer_iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_iterator.h
diff --git a/cc/layers/layer_iterator.h b/cc/layers/layer_iterator.h
index bd1d63baae15944dca6de3c8b2119f040b70980e..d7b85d40476add26056159544946334e70dfa8f9 100644
--- a/cc/layers/layer_iterator.h
+++ b/cc/layers/layer_iterator.h
@@ -18,8 +18,9 @@ namespace cc {
// See below for details.
//
// void DoStuffOnLayers(
-// const std::vector<scoped_refptr<Layer> >& render_surface_layer_list) {
+// const LayerList& render_surface_layer_list) {
// typedef LayerIterator<Layer,
+// LayerList,
// RenderSurface,
// LayerIteratorActions::FrontToBack>
// LayerIteratorType;
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/layers/layer_iterator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698