| Index: cc/resources/recording_source.h
 | 
| diff --git a/cc/resources/recording_source.h b/cc/resources/recording_source.h
 | 
| index 8915361724c736b431b4614ac79b502cba3aae43..fdd8eb4ec7d9c581806d3607bf4efe067fd0d6aa 100644
 | 
| --- a/cc/resources/recording_source.h
 | 
| +++ b/cc/resources/recording_source.h
 | 
| @@ -34,13 +34,13 @@ class CC_EXPORT RecordingSource {
 | 
|    // Return true iff the pile was modified.
 | 
|    virtual bool UpdateAndExpandInvalidation(ContentLayerClient* painter,
 | 
|                                             Region* invalidation,
 | 
| -                                           bool can_use_lcd_text,
 | 
|                                             const gfx::Size& layer_size,
 | 
|                                             const gfx::Rect& visible_layer_rect,
 | 
|                                             int frame_number,
 | 
|                                             RecordingMode recording_mode) = 0;
 | 
|  
 | 
| -  virtual scoped_refptr<RasterSource> CreateRasterSource() const = 0;
 | 
| +  virtual scoped_refptr<RasterSource> CreateRasterSource(
 | 
| +      bool can_use_lcd_text) const = 0;
 | 
|  
 | 
|    virtual gfx::Size GetSize() const = 0;
 | 
|    virtual void SetEmptyBounds() = 0;
 | 
| 
 |