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

Unified Diff: cc/layers/render_surface_impl.h

Issue 180243014: Revert "Revert 253606 "Revert 251238 "cc: Clean up iterator template to ..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/render_surface.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface_impl.h
diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
index 8cbc4fe0661633d36b672ffc31893a6bbc9f1b10..d6ab409a4b4900f51340669da71f9f803b1d7526 100644
--- a/cc/layers/render_surface_impl.h
+++ b/cc/layers/render_surface_impl.h
@@ -25,8 +25,6 @@ class DelegatedRendererLayerImpl;
class QuadSink;
class RenderPassSink;
class LayerImpl;
-template <typename LayerType>
-class LayerIterator;
struct AppendQuadsData;
@@ -176,7 +174,7 @@ class CC_EXPORT RenderSurfaceImpl {
int target_render_surface_layer_index_history_;
int current_layer_index_history_;
- friend class LayerIterator<LayerImpl>;
+ friend struct LayerIteratorActions;
DISALLOW_COPY_AND_ASSIGN(RenderSurfaceImpl);
};
« no previous file with comments | « cc/layers/render_surface.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698