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

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: Created 4 years, 11 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..73c1cfec0f8a9923f51fa4b0f49df2af4d45155c 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,22 @@
"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": 88, "right": 0, "bottom": 0 },
+ "width": 454,
+ "height": 921
+ },
"width": 411,
"height": 731
},
"horizontal": {
+ "outline" : {
+ "image": "@url(nexus_5x_landscape.svg) 1x, @url(nexus_5x_landscape.svg) 2x",
+ "insets" : { "left": 0, "top": 0, "right": 0, "bottom": 0 },
dgozman 2016/02/01 17:18:27 Zero insets are probably wrong.
mmccoy 2016/02/10 20:06:33 Done.
+ "width": 921,
+ "height": 454
+ },
"width": 731,
"height": 411
}

Powered by Google App Engine
This is Rietveld 408576698