summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/tree_scope_style_sheet_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/tree_scope_style_sheet_collection.h')
-rw-r--r--chromium/third_party/blink/renderer/core/css/tree_scope_style_sheet_collection.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/tree_scope_style_sheet_collection.h b/chromium/third_party/blink/renderer/core/css/tree_scope_style_sheet_collection.h
index 2236374d8be..e7e28c21fe0 100644
--- a/chromium/third_party/blink/renderer/core/css/tree_scope_style_sheet_collection.h
+++ b/chromium/third_party/blink/renderer/core/css/tree_scope_style_sheet_collection.h
@@ -51,12 +51,10 @@ class CORE_EXPORT TreeScopeStyleSheetCollection : public StyleSheetCollection {
}
bool HasStyleSheets() const;
- bool MediaQueryAffectingValueChanged();
-
virtual bool IsShadowTreeStyleSheetCollection() const { return false; }
void UpdateStyleSheetList();
- void Trace(blink::Visitor*) override;
+ void Trace(Visitor*) override;
protected:
explicit TreeScopeStyleSheetCollection(TreeScope&);