Index: third_party/WebKit/Source/core/inspector/browser_protocol.json |
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
index f4d307b33c5ffbe35699c72724fb074a7dcf7057..c6a4c46687314ede0fa9893fae35eae15a44f21c 100644 |
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
@@ -3030,6 +3030,10 @@ |
"description": "Fires whenever a MediaQuery result changes (for example, after a browser window has been resized.) The current implementation considers only viewport-dependent media features." |
}, |
{ |
+ "name": "fontsUpdated", |
+ "description": "Fires whenever a web font gets loaded." |
+ }, |
+ { |
"name": "styleSheetChanged", |
"parameters": [ |
{ "name": "styleSheetId", "$ref": "StyleSheetId" } |