Chromium Code Reviews

Unified Diff: cc/resources/picture_pile.h

Issue 73923003: Shared Raster Worker Threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test updated Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: cc/resources/picture_pile.h
diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
index 7860e7f831f54245142d72dae0754f9bccaf3f80..6dd1285347990632d4570307d58e6fe64e99564e 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;
}

Powered by Google App Engine