Index: Source/core/inspector/LayoutEditor.h |
diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h |
index dbc9c0ceac996d55c1624766cc21e9b8866e1720..ef286ba158eb9b12229ac228c18befa895f0dc8d 100644 |
--- a/Source/core/inspector/LayoutEditor.h |
+++ b/Source/core/inspector/LayoutEditor.h |
@@ -51,6 +51,9 @@ private: |
void appendAnchorFor(JSONArray*, const String&, const String&, const FloatPoint&, const FloatPoint&) const; |
void initializeCSSRules(); |
+ void collectMediaQueriesFromRule(CSSRule*, Vector<String>&); |
+ PassOwnPtr<Vector<String>> buildMediaListChain(CSSRule*); |
+ |
RefPtrWillBeMember<Element> m_element; |
RawPtrWillBeMember<InspectorCSSAgent> m_cssAgent; |
RawPtrWillBeMember<InspectorDOMAgent> m_domAgent; |