| Index: sky/engine/core/dom/StyleEngine.h
|
| diff --git a/sky/engine/core/dom/StyleEngine.h b/sky/engine/core/dom/StyleEngine.h
|
| index 37ad7f6bd5b5dad42655f22dfbd92c9107d51854..78f5f1dae3904d52bf2f089d7d3c2ebf867c8a40 100644
|
| --- a/sky/engine/core/dom/StyleEngine.h
|
| +++ b/sky/engine/core/dom/StyleEngine.h
|
| @@ -108,8 +108,6 @@ public:
|
| PassRefPtr<CSSStyleSheet> createSheet(Element*, const String& text);
|
| void removeSheet(StyleSheetContents*);
|
|
|
| - void collectScopedStyleFeaturesTo(RuleFeatureSet&) const;
|
| -
|
| private:
|
| // CSSFontSelectorClient implementation.
|
| virtual void fontsNeedUpdate(CSSFontSelector*) override;
|
|
|