Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(770)

Unified Diff: sky/engine/core/dom/StyleEngine.h

Issue 837883002: Store features in the ScopedStyleResoolver. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Simpler even. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698