summaryrefslogtreecommitdiffstats
path: root/cc/tiles/software_image_decode_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tiles/software_image_decode_controller.h')
-rw-r--r--cc/tiles/software_image_decode_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/tiles/software_image_decode_controller.h b/cc/tiles/software_image_decode_controller.h
index 20dc451..54d655e 100644
--- a/cc/tiles/software_image_decode_controller.h
+++ b/cc/tiles/software_image_decode_controller.h
@@ -96,7 +96,8 @@ class CC_EXPORT SoftwareImageDecodeController : public ImageDecodeController {
using ImageKey = ImageDecodeControllerKey;
using ImageKeyHash = ImageDecodeControllerKeyHash;
- explicit SoftwareImageDecodeController(ResourceFormat format = RGBA_8888);
+ explicit SoftwareImageDecodeController(ResourceFormat format);
+ SoftwareImageDecodeController();
~SoftwareImageDecodeController() override;
// ImageDecodeController overrides.