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

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

Issue 2408603002: DevTools: disable smoothing and correct nexus device frame dimensions for screenshots (Closed)
Patch Set: Created 4 years, 2 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
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..bc9a8d7d6f13c3d1793faa19f2481ef6dd148cb1 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
@@ -322,7 +322,7 @@
"vertical": {
"outline" : {
"image": "@url(Nexus5X-portrait.svg)",
- "insets" : { "left": 20, "top": 92, "right": 22, "bottom": 108 }
+ "insets" : { "left": 18, "top": 88, "right": 22, "bottom": 98 }
},
"width": 412,
"height": 732
@@ -330,7 +330,7 @@
"horizontal": {
"outline" : {
"image": "@url(Nexus5X-landscape.svg)",
- "insets" : { "left": 94, "top": 23, "right": 100, "bottom": 20 }
+ "insets" : { "left": 88, "top": 21, "right": 98, "bottom": 19 }
},
"width": 732,
"height": 412
@@ -422,7 +422,7 @@
"horizontal": {
"outline" : {
"image": "@url(Nexus6P-landscape.svg)",
- "insets" : { "left": 94, "top": 48, "right": 97, "bottom": 48 }
+ "insets" : { "left": 94, "top": 17, "right": 88, "bottom": 17 }
},
"width": 732,
"height": 412
@@ -431,7 +431,7 @@
"vertical": {
"outline" : {
"image": "@url(Nexus6P-portrait.svg)",
- "insets" : { "left": 58, "top": 94, "right": 58, "bottom": 97 }
+ "insets" : { "left": 16, "top": 94, "right": 16, "bottom": 88 }
},
"width": 412,
"height": 732

Powered by Google App Engine
This is Rietveld 408576698