Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json b/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json |
| index 438e502a501923cd984605fc9eec4df45da905ce..73c1cfec0f8a9923f51fa4b0f49df2af4d45155c 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json |
| @@ -296,10 +296,22 @@ |
| "screen": { |
| "device-pixel-ratio": 2.625, |
| "vertical": { |
| + "outline" : { |
| + "image": "@url(nexus_5x_portrait.svg) 1x, @url(nexus_5x_portrait.svg) 2x", |
| + "insets" : { "left": 20, "top": 88, "right": 0, "bottom": 0 }, |
| + "width": 454, |
| + "height": 921 |
| + }, |
| "width": 411, |
| "height": 731 |
| }, |
| "horizontal": { |
| + "outline" : { |
| + "image": "@url(nexus_5x_landscape.svg) 1x, @url(nexus_5x_landscape.svg) 2x", |
| + "insets" : { "left": 0, "top": 0, "right": 0, "bottom": 0 }, |
|
dgozman
2016/02/01 17:18:27
Zero insets are probably wrong.
mmccoy
2016/02/10 20:06:33
Done.
|
| + "width": 921, |
| + "height": 454 |
| + }, |
| "width": 731, |
| "height": 411 |
| } |