Chromium Code Reviews| Index: Source/core/inspector/InspectorCSSAgent.h |
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h |
| index 7a4cc902cc1c38acb4e706d103d102ca6da36e1e..a792ab0395ddd0b65a05b45d893aeda54f94c4e3 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 updateCSSProperty(Node*, CSSPropertyID, float); |
|
dgozman
2015/06/25 12:30:59
setCSSPropertyValue?
sergeyv
2015/06/25 12:54:30
Done.
|
| void activeStyleSheetsUpdated(Document*); |
| void documentDetached(Document*); |