| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 06626e74740d8588c5b96140d9365df88381da33..1f97d1bddeb2635dc3a1f8caf0cf0614eea0d8ad 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -96,9 +96,10 @@ public:
|
| void updateStyleSheetsInImport(DocumentStyleSheetCollector& parentCollector);
|
| void updateActiveStyleSheets(StyleResolverUpdateMode);
|
|
|
| + enum ActiveSheetsUpdate { DontUpdateActiveSheets, UpdateActiveSheets };
|
| String preferredStylesheetSetName() const { return m_preferredStylesheetSetName; }
|
| String selectedStylesheetSetName() const { return m_selectedStylesheetSetName; }
|
| - void setPreferredStylesheetSetNameIfNotSet(const String&);
|
| + void setPreferredStylesheetSetNameIfNotSet(const String&, ActiveSheetsUpdate);
|
| void setSelectedStylesheetSetName(const String&);
|
| void setHttpDefaultStyle(const String&);
|
|
|
|
|