| Index: cc/trees/draw_property_utils.h
|
| diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
|
| index c660686127fa111c91a0cfdb1234c4ae78575650..1b4fbcaea62cd91bee817343ec4be6a9d341b5dd 100644
|
| --- a/cc/trees/draw_property_utils.h
|
| +++ b/cc/trees/draw_property_utils.h
|
| @@ -75,9 +75,7 @@ void CC_EXPORT ComputeVisibleRects(LayerImpl* root_layer,
|
| LayerImplList* visible_layer_list);
|
|
|
| void CC_EXPORT ComputeLayerDrawProperties(LayerImpl* layer,
|
| - const PropertyTrees* property_trees,
|
| - bool layers_always_allowed_lcd_text,
|
| - bool can_use_lcd_text);
|
| + const PropertyTrees* property_trees);
|
|
|
| void CC_EXPORT ComputeSurfaceDrawProperties(const PropertyTrees* property_trees,
|
| RenderSurfaceImpl* render_surface);
|
|
|