| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index 7a4cc902cc1c38acb4e706d103d102ca6da36e1e..f2eba979c5c0a93250aee5b17fb2c42f30025947 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -113,6 +113,7 @@ public:
|
| void disable(ErrorString*) override;
|
| void reset();
|
| void mediaQueryResultChanged();
|
| + void setCSSPropertyValue(Node*, CSSPropertyID, float);
|
|
|
| void activeStyleSheetsUpdated(Document*);
|
| void documentDetached(Document*);
|
|
|