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

Unified Diff: cc/layers/render_surface.h

Issue 1222243005: Fix unused variables errors in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nacl_private_fields
Patch Set: review comments Created 5 years, 5 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/animation/animation_timeline_unittest.cc ('k') | cc/raster/gpu_tile_task_worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « cc/animation/animation_timeline_unittest.cc ('k') | cc/raster/gpu_tile_task_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698