Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1008)

Unified Diff: Source/core/inspector/InspectorCSSAgent.h

Issue 14916006: Merge 149874 "DevTools: Do not unbind stylesheets in multiframe ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1500/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/inspector/styles/stylesheet-tracking-expected.txt ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698