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

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

Issue 2965133002: DevTools: fix incorrect device preset resolution (Closed)
Patch Set: Created 3 years, 5 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 4ea61a839c21da179f5ecbe9e7d4df0283e265a8..50f6e89805e0ae128cf716742e71642e14469771 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
@@ -500,13 +500,13 @@
"title": "Nokia N9",
"screen": {
"horizontal": {
- "width": 640,
- "height": 360
+ "width": 854,
+ "height": 480
},
"device-pixel-ratio": 1,
"vertical": {
- "width": 360,
- "height": 640
+ "width": 480,
+ "height": 854
}
},
"capabilities": [
@@ -717,13 +717,13 @@
"title": "Kindle Fire HDX",
"screen": {
"horizontal": {
- "width": 2560,
- "height": 1600
+ "width": 1280,
+ "height": 800
},
"device-pixel-ratio": 2,
"vertical": {
- "width": 1600,
- "height": 2560
+ "width": 800,
+ "height": 1280
}
},
"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