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

Unified Diff: cc/playback/raster_source.cc

Issue 2160683003: Fix MultiPictureDraw issues with GpuImageDecodeController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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/playback/raster_source.h ('k') | cc/playback/raster_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/raster_source.cc
diff --git a/cc/playback/raster_source.cc b/cc/playback/raster_source.cc
index d464779c3fef57ee577b1e2c3df8783826dea5dd..f38f9dd08ff7c8dcdd74f8f239360860c9879aa0 100644
--- a/cc/playback/raster_source.cc
+++ b/cc/playback/raster_source.cc
@@ -296,12 +296,6 @@ scoped_refptr<RasterSource> RasterSource::CreateCloneWithoutLCDText() const {
return scoped_refptr<RasterSource>(new RasterSource(this, can_use_lcd_text));
}
-void RasterSource::SetImageDecodeController(
- ImageDecodeController* image_decode_controller) {
- DCHECK(image_decode_controller);
- image_decode_controller_ = image_decode_controller;
-}
-
RasterSource::PlaybackSettings::PlaybackSettings()
: playback_to_shared_canvas(false),
skip_images(false),
« no previous file with comments | « cc/playback/raster_source.h ('k') | cc/playback/raster_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698