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

Unified Diff: Source/devtools/protocol.json

Issue 351003003: DevTools: Added properties to ScreencastFrameMetadata (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 3a95302f4b2c4f4406bce17ebaa0304b21af1139..18b7c5784b16a10e7c6e7cf267183ee2bc6dd853 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -200,7 +200,8 @@
{ "name": "offsetBottom", "type": "number", "hidden": true, "optional": true, "description": "Bottom offset in DIP." },
{ "name": "pageScaleFactor", "type": "number", "hidden": true, "description": "Page scale factor." },
{ "name": "pageScaleFactorMin", "type": "number", "hidden": true, "description": "Page scale factor min." },
- { "name": "pageScaleFactorMax", "type": "number", "hidden": true, "description": "Page scale factor max." }
+ { "name": "pageScaleFactorMax", "type": "number", "hidden": true, "description": "Page scale factor max." },
+ { "name": "device", "$ref": "DOM.Rect", "hidden": true, "description": "Device screen size in DIP." }
pfeldman 2014/06/25 13:20:49 Lets define "Size" here.
],
"hidden": true
}
« 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