| Index: components/html_viewer/blink_basic_type_converters.h
|
| diff --git a/components/html_viewer/blink_basic_type_converters.h b/components/html_viewer/blink_basic_type_converters.h
|
| index 7eecace6892a91a6ffb58d785f6791bc4ddc40ba..2ccf7f6f4eae42fe64e5e8ff927c05971d5ef351 100644
|
| --- a/components/html_viewer/blink_basic_type_converters.h
|
| +++ b/components/html_viewer/blink_basic_type_converters.h
|
| @@ -31,6 +31,10 @@ template <>
|
| struct TypeConverter<Array<uint8_t>, blink::WebString> {
|
| static Array<uint8_t> Convert(const blink::WebString& input);
|
| };
|
| +template <>
|
| +struct TypeConverter<blink::WebString, Array<uint8_t>> {
|
| + static blink::WebString Convert(const Array<uint8_t>& input);
|
| +};
|
|
|
| template <>
|
| struct TypeConverter<RectPtr, blink::WebRect> {
|
|
|