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

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

Issue 1688113002: Devtools: Add device frames to device mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..4b80dffee0876707cd32fcd3bc889b7c304023e6 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
@@ -87,7 +87,11 @@
"device-pixel-ratio": 2,
"vertical": {
"width": 375,
- "height": 667
+ "height": 667,
+ "outline": {
+ "insets": { "left": 30, "top": 112, "right": 29, "bottom": 106 },
+ "image": "@url(art-iphone-6s-silver-vertical.png)"
+ }
}
},
"capabilities": [
@@ -124,7 +128,11 @@
"device-pixel-ratio": 3,
"vertical": {
"width": 414,
- "height": 736
+ "height": 736,
+ "outline": {
+ "insets": { "left": 34, "top": 125, "right": 33, "bottom": 120 },
+ "image": "@url(art-iphone-6s-plus-silver-vertical.png)"
+ }
}
},
"capabilities": [
@@ -297,7 +305,11 @@
"device-pixel-ratio": 2.625,
"vertical": {
"width": 411,
- "height": 731
+ "height": 731,
+ "outline": {
+ "insets": { "left": 19, "top": 82, "right": 23, "bottom": 94 },
+ "image": "@url(art-google-nexus-5x-vertical.png)"
+ }
},
"horizontal": {
"width": 731,
@@ -394,7 +406,11 @@
"device-pixel-ratio": 3.3,
"vertical": {
"width": 435,
- "height": 773
+ "height": 773,
+ "outline": {
+ "insets": { "left": 17, "top": 99, "right": 20, "bottom": 92 },
+ "image": "@url(art-google-nexus-6p-vertical.png)"
+ }
}
},
"capabilities": [

Powered by Google App Engine
This is Rietveld 408576698