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

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

Issue 2689063002: Deprecate CSS values zoom:reset and zoom:document. (Closed)
Patch Set: merge Created 3 years, 10 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/CSSParserContext.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserContext.h b/third_party/WebKit/Source/core/css/parser/CSSParserContext.h
index c1babda374fd3f70978c1543138b8e80991b5a00..5f60e91f1566da4b988ccb1652e8042769515000 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserContext.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserContext.h
@@ -81,6 +81,7 @@ class CORE_EXPORT CSSParserContext
void count(UseCounter::Feature) const;
void count(CSSParserMode, CSSPropertyID) const;
+ void countDeprecation(UseCounter::Feature) const;
bool isUseCounterRecordingEnabled() const { return m_document; }
bool isDocumentHandleEqual(const Document* other) const;

Powered by Google App Engine
This is Rietveld 408576698