| Index: trunk/src/cc/trees/quad_culler.cc
|
| ===================================================================
|
| --- trunk/src/cc/trees/quad_culler.cc (revision 191412)
|
| +++ trunk/src/cc/trees/quad_culler.cc (working copy)
|
| @@ -24,9 +24,9 @@
|
| 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) {}
|
|
|
| Property changes on: trunk/src/cc/trees/quad_culler.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|