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

Unified Diff: cc/test/fake_recording_source.cc

Issue 2781183002: Remove image_decode_tasks_enabled flag. (Closed)
Patch Set: fixes Created 3 years, 8 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
« no previous file with comments | « cc/raster/raster_source_unittest.cc ('k') | cc/tiles/tile_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_recording_source.cc
diff --git a/cc/test/fake_recording_source.cc b/cc/test/fake_recording_source.cc
index 011916781c2a649fe8717390c0e33ff0d6d1e885..7f0054a9ad7b6a56f627248b159f0d926cf18f8a 100644
--- a/cc/test/fake_recording_source.cc
+++ b/cc/test/fake_recording_source.cc
@@ -20,8 +20,6 @@ bool FakeRecordingSource::EqualsTo(const FakeRecordingSource& other) {
return size_ == other.size_ &&
slow_down_raster_scale_factor_for_debug_ ==
other.slow_down_raster_scale_factor_for_debug_ &&
- generate_discardable_images_metadata_ ==
- other.generate_discardable_images_metadata_ &&
requires_clear_ == other.requires_clear_ &&
is_solid_color_ == other.is_solid_color_ &&
clear_canvas_with_debug_color_ ==
« no previous file with comments | « cc/raster/raster_source_unittest.cc ('k') | cc/tiles/tile_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698