| 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..416f0e10e57bdccba5a3f4f7e1d6b1caf77c3ad9 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,18 @@
|
| "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": 92, "right": 22, "bottom": 108 }
|
| + },
|
| "width": 411,
|
| "height": 731
|
| },
|
| "horizontal": {
|
| + "outline" : {
|
| + "image": "@url(nexus_5x_landscape.svg) 1x, @url(nexus_5x_landscape.svg) 2x",
|
| + "insets" : { "left": 94, "top": 23, "right": 100, "bottom": 20 }
|
| + },
|
| "width": 731,
|
| "height": 411
|
| }
|
|
|