Index: cc/resources/picture_pile.h |
diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h |
index c7df1d94cceda8e3e4914734b13b8aaf6e67a4ae..d83addecb2e91010b0a197325d9adda9f7c0b404 100644 |
--- a/cc/resources/picture_pile.h |
+++ b/cc/resources/picture_pile.h |
@@ -29,10 +29,6 @@ class CC_EXPORT PicturePile : public PicturePileBase { |
int frame_number, |
RenderingStatsInstrumentation* stats_instrumentation); |
- void set_num_raster_threads(int num_raster_threads) { |
- num_raster_threads_ = num_raster_threads; |
- } |
- |
void set_slow_down_raster_scale_factor(int factor) { |
slow_down_raster_scale_factor_for_debug_ = factor; |
} |