Index: Source/core/inspector/InspectorCSSAgent.h |
=================================================================== |
--- Source/core/inspector/InspectorCSSAgent.h (revision 150193) |
+++ Source/core/inspector/InspectorCSSAgent.h (working copy) |
@@ -109,7 +109,8 @@ |
void willRemoveNamedFlow(Document*, NamedFlow*); |
void didUpdateRegionLayout(Document*, NamedFlow*); |
void regionLayoutUpdated(NamedFlow*, int documentNodeId); |
- void activeStyleSheetsUpdated(const Vector<RefPtr<StyleSheet> >& newSheets); |
+ void activeStyleSheetsUpdated(Document*, const Vector<RefPtr<StyleSheet> >& newSheets); |
+ void frameDetachedFromParent(Frame*); |
virtual void getComputedStyleForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> >&); |
virtual void getInlineStylesForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::CSS::CSSStyle>& inlineStyle, RefPtr<TypeBuilder::CSS::CSSStyle>& attributes); |
Property changes on: Source/core/inspector/InspectorCSSAgent.h |
___________________________________________________________________ |
Modified: svn:eol-style |
- native |
+ LF |