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

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: rebase Created 4 years, 8 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 d8b796e56f75a0406d60e2047041336cc3f1d879..21a604f0a3429d04139377828b5ac43814741183 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
@@ -424,7 +424,7 @@
"image": "@url(Nexus6P-landscape.svg)",
"insets" : { "left": 94, "top": 48, "right": 97, "bottom": 48 }
},
- "width": 732,
+ "width": 660,
"height": 412
},
"device-pixel-ratio": 3.5,
@@ -434,7 +434,7 @@
"insets" : { "left": 58, "top": 94, "right": 58, "bottom": 97 }
},
"width": 412,
- "height": 732
+ "height": 660
}
},
"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