summaryrefslogtreecommitdiffstats
path: root/cc/tiles/software_image_decode_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tiles/software_image_decode_controller.cc')
-rw-r--r--cc/tiles/software_image_decode_controller.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/tiles/software_image_decode_controller.cc b/cc/tiles/software_image_decode_controller.cc
index d1e7f80..96f5618 100644
--- a/cc/tiles/software_image_decode_controller.cc
+++ b/cc/tiles/software_image_decode_controller.cc
@@ -821,6 +821,9 @@ ImageDecodeControllerKey::ImageDecodeControllerKey(
}
}
+ImageDecodeControllerKey::ImageDecodeControllerKey(
+ const ImageDecodeControllerKey& other) = default;
+
std::string ImageDecodeControllerKey::ToString() const {
std::ostringstream str;
str << "id[" << image_id_ << "] src_rect[" << src_rect_.x() << ","