| 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 d688365b1c57bcec60a65a5693c5407bbd6aa5ad..2e037b04b05a506737658a611e7244c750dd4131 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -98,9 +98,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&);
|
|
|
|
|