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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h

Issue 2455943003: Backend for css rule tracking (Closed)
Patch Set: Backend for css rule tracking Created 4 years, 1 month 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: third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
index fe827309df31690f4be0232ff2b396061abc76eb..ea29b1fb6e4cec7256461a59388aac3b1541ac25 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
@@ -173,6 +173,9 @@ class InspectorStyleSheet : public InspectorStyleSheetBase {
buildObjectForStyleSheetInfo();
std::unique_ptr<protocol::CSS::CSSRule> buildObjectForRuleWithoutMedia(
CSSStyleRule*);
+ std::unique_ptr<protocol::CSS::RuleUsage> buildObjectForRuleUsage(CSSRule*,
+ String,
+ bool);
std::unique_ptr<protocol::CSS::CSSKeyframeRule> buildObjectForKeyframeRule(
CSSKeyframeRule*);
std::unique_ptr<protocol::CSS::SelectorList> buildObjectForSelectorList(

Powered by Google App Engine
This is Rietveld 408576698