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

Unified Diff: cc/layers/recording_source.h

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/layers/picture_layer_unittest.cc ('k') | cc/layers/recording_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/recording_source.h
diff --git a/cc/layers/recording_source.h b/cc/layers/recording_source.h
index dadb0e77548222907f7ed1b1422d7fb9e268f75f..32550fe200463790e94f5b3b979ea7bada47b951 100644
--- a/cc/layers/recording_source.h
+++ b/cc/layers/recording_source.h
@@ -46,7 +46,6 @@ class CC_EXPORT RecordingSource {
gfx::Size GetSize() const;
void SetEmptyBounds();
void SetSlowdownRasterScaleFactor(int factor);
- void SetGenerateDiscardableImagesMetadata(bool generate_metadata);
void SetBackgroundColor(SkColor background_color);
void SetRequiresClear(bool requires_clear);
@@ -63,7 +62,6 @@ class CC_EXPORT RecordingSource {
gfx::Rect recorded_viewport_;
gfx::Size size_;
int slow_down_raster_scale_factor_for_debug_;
- bool generate_discardable_images_metadata_;
bool requires_clear_;
bool is_solid_color_;
bool clear_canvas_with_debug_color_;
« no previous file with comments | « cc/layers/picture_layer_unittest.cc ('k') | cc/layers/recording_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698