Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: cc/resources/display_list_recording_source.cc

Issue 811953005: cc: Remove tile and scale specific code from raster source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/resources/display_list_recording_source.cc
diff --git a/cc/resources/display_list_recording_source.cc b/cc/resources/display_list_recording_source.cc
index ab4c64692cf42a4446dba4685649d0286d8fc36f..fa9b1a25f11327c6117c5aa4c49242351f8de0db 100644
--- a/cc/resources/display_list_recording_source.cc
+++ b/cc/resources/display_list_recording_source.cc
@@ -104,13 +104,6 @@ void DisplayListRecordingSource::SetEmptyBounds() {
Clear();
}
-void DisplayListRecordingSource::SetMinContentsScale(float min_contents_scale) {
-}
-
-void DisplayListRecordingSource::SetTileGridSize(
- const gfx::Size& tile_grid_size) {
-}
-
void DisplayListRecordingSource::SetSlowdownRasterScaleFactor(int factor) {
slow_down_raster_scale_factor_for_debug_ = factor;
}

Powered by Google App Engine
This is Rietveld 408576698