| Index: Source/core/dom/StyleEngine.h
|
| diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
|
| index dced16687ecd062760bcf441b8fb934127432543..35ef396bd70f5442889fe22055ebdc532a6fe79d 100644
|
| --- a/Source/core/dom/StyleEngine.h
|
| +++ b/Source/core/dom/StyleEngine.h
|
| @@ -170,6 +170,8 @@ public:
|
| bool onlyDocumentHasStyles() const { return m_activeTreeScopes.isEmpty(); }
|
| void collectScopedStyleFeaturesTo(RuleFeatureSet&) const;
|
|
|
| + void platformColorsChanged();
|
| +
|
| virtual void trace(Visitor*) override;
|
|
|
| private:
|
|
|