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

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

Issue 2319533004: Removed m_isSettingStyleSheetText from InspectorCSSAgent. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
index 2e8277856268f4da04c55e0cc9d8ae6a79f00849..6006501988464dd935675955285edf9d123f22b9 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
@@ -200,8 +200,6 @@ private:
// InspectorStyleSheet::Listener implementation
void styleSheetChanged(InspectorStyleSheetBase*) override;
- void willReparseStyleSheet() override;
- void didReparseStyleSheet() override;
void resetPseudoStates();
@@ -223,7 +221,6 @@ private:
Member<CSSStyleSheet> m_inspectorUserAgentStyleSheet;
- bool m_isSettingStyleSheetText;
int m_resourceContentLoaderClientId;
friend class InspectorResourceContentLoaderCallback;

Powered by Google App Engine
This is Rietveld 408576698