| Index: components/cloud_devices/common/printer_description.h
|
| diff --git a/components/cloud_devices/common/printer_description.h b/components/cloud_devices/common/printer_description.h
|
| index c1a7a16733b0cb8bded8428658b485540677a22d..73d94cfa0e3f51b886f31de2c4c66536a08e0ad6 100644
|
| --- a/components/cloud_devices/common/printer_description.h
|
| +++ b/components/cloud_devices/common/printer_description.h
|
| @@ -298,6 +298,8 @@ struct Media {
|
| int32_t width_um,
|
| int32_t height_um);
|
|
|
| + Media(const Media& other);
|
| +
|
| bool MatchBySize();
|
|
|
| bool IsValid() const;
|
|
|