Chromium Code Reviews| Index: Source/core/dom/StyleSheetCollection.h |
| diff --git a/Source/core/dom/StyleSheetCollection.h b/Source/core/dom/StyleSheetCollection.h |
| index 6519617fb72a75a9580d9372c9b90afac3ab5812..bd19d82db328780c9dbccdcba72472cb21c7bf64 100644 |
| --- a/Source/core/dom/StyleSheetCollection.h |
| +++ b/Source/core/dom/StyleSheetCollection.h |
| @@ -77,7 +77,7 @@ protected: |
| Reset, |
| Additive |
| }; |
| - void analyzeStyleSheetChange(StyleResolverUpdateMode, const Vector<RefPtr<CSSStyleSheet> >& oldStyleSheets, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, StyleResolverUpdateType&, bool& requiresFullStyleRecalc); |
| + void analyzeStyleSheetChange(StyleResolverUpdateMode, const Vector<RefPtr<CSSStyleSheet> >& oldStyleSheets, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, StyleResolverUpdateType&, bool& requiresFullStyleRecalc, bool& requiresResetFontSelector); |
|
dglazkov
2013/11/08 18:05:34
Any change we could turn these bools into enums? B
tasak
2013/11/12 04:13:11
Done.
|
| void resetAllRuleSetsInTreeScope(StyleResolver*); |
| void updateUsesRemUnits(); |