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 e9422a7825359e07501b8da6cd37fe92f3fe7dd5..2c701610d3a0076cdd9ff26fbfb84805385b7a21 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,12 +296,12 @@ |
| "screen": { |
| "device-pixel-ratio": 2.625, |
| "vertical": { |
| - "width": 411, |
| - "height": 731 |
| + "width": 412, |
| + "height": 732 |
| }, |
| "horizontal": { |
| - "width": 731, |
| - "height": 411 |
| + "width": 732, |
| + "height": 412 |
| } |
| }, |
| "modes": [ |
| @@ -388,13 +388,13 @@ |
| "title": "Nexus 6P", |
| "screen": { |
| "horizontal": { |
| - "width": 773, |
| - "height": 435 |
| + "width": 732, |
| + "height": 412 |
| }, |
| - "device-pixel-ratio": 3.3, |
| + "device-pixel-ratio": 3.5, |
| "vertical": { |
| - "width": 435, |
| - "height": 773 |
| + "width": 412, |
| + "height": 732 |
|
dgozman
2016/03/21 17:01:48
Perhaps, we can also set the correct insets below?
|
| } |
| }, |
| "capabilities": [ |