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

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 e001c7ac1e1f06676a1fbfb1e4f7d8a963a88962..0034a6d76f37868529c50d76b59435e9fbe76cbc 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
@@ -172,6 +172,8 @@ class InspectorStyleSheet : public InspectorStyleSheetBase {
buildObjectForStyleSheetInfo();
std::unique_ptr<protocol::CSS::CSSRule> buildObjectForRuleWithoutMedia(
CSSStyleRule*);
+ std::unique_ptr<protocol::CSS::RuleUsage> buildObjectForRuleUsage(CSSRule*,
+ 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