Index: cc/layers/render_surface.h |
diff --git a/cc/layers/render_surface.h b/cc/layers/render_surface.h |
index 32276b6c408f783d6ac0bffcc0b620947b8ef9d8..29401e29951cc1e2404afa911d3dab8868612e33 100644 |
--- a/cc/layers/render_surface.h |
+++ b/cc/layers/render_surface.h |
@@ -140,10 +140,6 @@ class CC_EXPORT RenderSurface { |
// surface, and that ignores outside occlusion. This can point to itself. |
RenderSurface* nearest_occlusion_immune_ancestor_; |
- // For LayerIteratorActions |
- int target_render_surface_layer_index_history_; |
- size_t current_layer_index_history_; |
- |
DISALLOW_COPY_AND_ASSIGN(RenderSurface); |
}; |