| Index: cc/trees/damage_tracker.h | 
| diff --git a/cc/trees/damage_tracker.h b/cc/trees/damage_tracker.h | 
| index ce72fcc842cf7a57d63f58577c0fceee692d28e7..fbcaa69824df97de458e29d2c0c81fd1a315834b 100644 | 
| --- a/cc/trees/damage_tracker.h | 
| +++ b/cc/trees/damage_tracker.h | 
| @@ -40,8 +40,7 @@ class CC_EXPORT DamageTracker { | 
| bool target_surface_property_changed_only_from_descendant, | 
| gfx::Rect target_surface_content_rect, | 
| LayerImpl* target_surface_mask_layer, | 
| -      const FilterOperations& filters, | 
| -      SkImageFilter* filter); | 
| +      const FilterOperations& filters); | 
|  | 
| gfx::RectF current_damage_rect() { return current_damage_rect_; } | 
|  | 
|  |