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

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

Issue 1650243004: [DevTools] Option to show device frames in emulation mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Positioning and context menu fixes, addressing review comments Created 4 years, 10 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 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
}

Powered by Google App Engine
This is Rietveld 408576698