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

Unified Diff: Source/devtools/protocol.json

Issue 362773003: [DevTools] Explicitly enable/disable Page.viewportChanged protocol event. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index bc8ea5fe205360f00851707561a3281c3672aae3..4845bd522c5befed84aa5a8d285358f488a3e730 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -379,6 +379,14 @@
"hidden": true
},
{
+ "name": "setViewportChangedEventEnabled",
+ "hidden": true,
+ "parameters": [
+ { "name": "enabled", "type": "boolean", "description": "True to enable viewportChanged event, false to disable it." }
+ ],
+ "description": "Enables/disables viewportChanged event."
+ },
+ {
"name": "setShowPaintRects",
"description": "Requests that backend shows paint rectangles",
"parameters": [

Powered by Google App Engine
This is Rietveld 408576698