| 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 208b0aa8d65d0fc8af37d73974c623e8f24cbd39..994d59297fcfb3ac09f63d25c5f1b44ce328889d 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -110,6 +110,7 @@ class CORE_EXPORT StyleEngine final
|
| void watchedSelectorsChanged();
|
| void initialViewportChanged();
|
| void viewportRulesChanged();
|
| + void importRemoved();
|
|
|
| void injectAuthorSheet(StyleSheetContents* authorSheet);
|
| CSSStyleSheet& ensureInspectorStyleSheet();
|
|
|