| Index: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| index 3f01816bcffedf57ada18126ed8f08eeeda71b4e..c240b9d77fc9a02a8c0daba350905624ab45fb9a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -118,6 +118,7 @@ public:
|
|
|
| void activeStyleSheetsUpdated(Document*);
|
| void documentDetached(Document*);
|
| + void fontsUpdated();
|
|
|
| void enable(ErrorString*, std::unique_ptr<EnableCallback>) override;
|
| void disable(ErrorString*) override;
|
|
|