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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h

Issue 2628923006: Deprecate all -internal-media-controls-* currently expose to web contents. (Closed)
Patch Set: fix rebase Created 3 years, 11 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/css/parser/CSSSelectorParser.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
index 216e262fe209d9bbb3dd2c185229e29c11b16a16..fa3180cec2ff9dfb45c3804d49b48718b4bfde9a 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
@@ -69,6 +69,7 @@ class CORE_EXPORT CSSSelectorParser {
static std::unique_ptr<CSSParserSelector>
splitCompoundAtImplicitShadowCrossingCombinator(
std::unique_ptr<CSSParserSelector> compoundSelector);
+ void recordUsageAndDeprecations(const CSSSelectorList&);
Member<const CSSParserContext> m_context;
Member<StyleSheetContents> m_styleSheet; // FIXME: Should be const

Powered by Google App Engine
This is Rietveld 408576698