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

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: Added new properties 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..2e8b212a577817dfc817da7afef70b30756c5747 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -200,7 +200,11 @@
{ "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": "deviceWidth", "type": "number", "hidden": true, "description": "Device screen width in DIP." },
+ { "name": "deviceHeight", "type": "number", "hidden": true, "description": "Device screen height in DIP." },
+ { "name": "scrollOffsetX", "type": "number", "hidden": true, "description": "Position of horizontal scroll." },
dgozman 2014/06/26 11:35:47 ... in css pixels.
vkuzkokov 2014/06/26 12:11:26 Done.
+ { "name": "scrollOffsetY", "type": "number", "hidden": true, "description": "Position of vertical scroll." }
dgozman 2014/06/26 11:35:47 ditto
vkuzkokov 2014/06/26 12:11:26 Done.
],
"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