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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1632983002: [DevTools] Do not reset scroll when emulating device. (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/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index e3b5a0b7837c85b5cc6464504bbb819f1716649d..0ab4bca05dfe074f08a652bae1a8c0514a7c13a6 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -674,8 +674,8 @@
"handlers": ["browser"]
},
{
- "name": "resetScrollAndPageScaleFactor",
- "description": "Requests that scroll offsets and page scale factor are reset to initial values."
+ "name": "resetPageScaleFactor",
+ "description": "Requests that page scale factor is reset to initial values."
},
{
"name": "setPageScaleFactor",

Powered by Google App Engine
This is Rietveld 408576698