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

Unified Diff: Source/core/css/parser/CSSParser.h

Issue 1211813002: DevTools: allow injecting CSS rules without breaking styles sidebar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed. Created 5 years, 6 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/css/parser/CSSParser.h
diff --git a/Source/core/css/parser/CSSParser.h b/Source/core/css/parser/CSSParser.h
index 821003cf123192a743d914e27d87301955b81e8d..f0cc0f9eccb4933326a5174d9ad66a7417132bea 100644
--- a/Source/core/css/parser/CSSParser.h
+++ b/Source/core/css/parser/CSSParser.h
@@ -53,7 +53,7 @@ public:
static bool parseSystemColor(RGBA32& color, const String&);
static StyleColor colorFromRGBColorString(const String&);
- static void parseSheetForInspector(const CSSParserContext&, const String&, CSSParserObserver&);
+ static void parseSheetForInspector(const CSSParserContext&, StyleSheetContents*, const String&, CSSParserObserver&);
static void parseDeclarationListForInspector(const CSSParserContext&, const String&, CSSParserObserver&);
private:
« no previous file with comments | « LayoutTests/inspector-protocol/css/cssom-set-style-text-expected.txt ('k') | Source/core/css/parser/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698