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

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

Issue 121263002: DevTools: Do not force style sheets update on inspector start. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years 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
diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
index f4768ff85f553e9b09b25918d3fd9267c0b38f3b..de8654732b2345c0ba43e3c581fb900fbce80f7b 100644
--- a/Source/core/inspector/InspectorCSSAgent.h
+++ b/Source/core/inspector/InspectorCSSAgent.h
@@ -176,7 +176,7 @@ private:
void collectAllDocumentStyleSheets(Document*, Vector<CSSStyleSheet*>&);
void collectStyleSheets(CSSStyleSheet*, Vector<CSSStyleSheet*>&);
- void updateActiveStyleSheets(Document*, const Vector<CSSStyleSheet*>&);
+ void updateActiveStyleSheets(Document*, const Vector<CSSStyleSheet*>&, bool initial);
void collectPlatformFontsForRenderer(RenderText*, HashCountedSet<String>*);

Powered by Google App Engine
This is Rietveld 408576698