Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json

Issue 1822573002: DevTools: adjust nexus 5x and 6p viewport sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698