| Index: cc/resources/picture_pile_base.h | 
| diff --git a/cc/resources/picture_pile_base.h b/cc/resources/picture_pile_base.h | 
| index 274c865ad3f6f3738283f2feed850b174459ccd9..f2a635fdb9b357466a4ff4718306e7585f958991 100644 | 
| --- a/cc/resources/picture_pile_base.h | 
| +++ b/cc/resources/picture_pile_base.h | 
| @@ -88,7 +88,6 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> { | 
| recorded_region_ = recorded_region; | 
| } | 
|  | 
| -  int num_raster_threads() { return num_raster_threads_; } | 
| int buffer_pixels() const { return tiling_.border_texels(); } | 
| void Clear(); | 
|  | 
| @@ -107,7 +106,6 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> { | 
| bool contents_opaque_; | 
| bool show_debug_picture_borders_; | 
| bool clear_canvas_with_debug_color_; | 
| -  int num_raster_threads_; | 
|  | 
| private: | 
| void SetBufferPixels(int buffer_pixels); | 
|  |