2743594: Remove WebSize from blink.

2743594
This commit is contained in:
John Kleinschmidt 2021-03-16 10:01:47 -04:00
parent 9f5e3f6685
commit b15b820bca
2 changed files with 0 additions and 17 deletions

View file

@ -52,13 +52,6 @@ struct Converter<blink::WebMouseWheelEvent> {
blink::WebMouseWheelEvent* out);
};
template <>
struct Converter<blink::WebSize> {
static bool FromV8(v8::Isolate* isolate,
v8::Local<v8::Value> val,
blink::WebSize* out);
};
template <>
struct Converter<blink::DeviceEmulationParams> {
static bool FromV8(v8::Isolate* isolate,