Index: cc/tiles/software_image_decode_controller.h |
diff --git a/cc/tiles/software_image_decode_controller.h b/cc/tiles/software_image_decode_controller.h |
index a6262e9d78e88e0509d5cdbd7c047632985d2210..470223c596eaa1038e364219745bd6634a7a1206 100644 |
--- a/cc/tiles/software_image_decode_controller.h |
+++ b/cc/tiles/software_image_decode_controller.h |
@@ -115,6 +115,7 @@ class CC_EXPORT SoftwareImageDecodeController |
DecodedDrawImage GetDecodedImageForDraw(const DrawImage& image) override; |
void DrawWithImageFinished(const DrawImage& image, |
const DecodedDrawImage& decoded_image) override; |
+ void CompleteTask(Task* task) override; |
void ReduceCacheUsage() override; |
// Decode the given image and store it in the cache. This is only called by an |