Index: cc/trees/quad_culler.cc |
diff --git a/cc/trees/quad_culler.cc b/cc/trees/quad_culler.cc |
index b6fa5bc1288673c30078b8900a83a636de4e7e19..1609d18f2a8e22fffd9c9e09bd3d628f7dd419e5 100644 |
--- a/cc/trees/quad_culler.cc |
+++ b/cc/trees/quad_culler.cc |
@@ -24,9 +24,9 @@ QuadCuller::QuadCuller(QuadList* quad_list, |
bool for_surface) |
: quad_list_(quad_list), |
shared_quad_state_list_(shared_quad_state_list), |
- current_shared_quad_state_(NULL), |
layer_(layer), |
occlusion_tracker_(occlusion_tracker), |
+ current_shared_quad_state_(NULL), |
show_culling_with_debug_border_quads_( |
show_culling_with_debug_border_quads), |
for_surface_(for_surface) {} |