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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2825683002: Add a comments about counter availability in M58/M59 (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index de7bee3e19f06e18f998366a24a97fd3d33efc16..f2b942374728867838f515c1f564541dfc184ea2 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1458,6 +1458,8 @@ class CORE_EXPORT UseCounter {
kHTMLEmbedElementGetter = 1840,
kHTMLEmbedElementSetter = 1841,
kTransformUsesBoxSizeOnSVG = 1842,
+ // The above items are available in M58 branch.
+
kScrollByKeyboardArrowKeys = 1843,
kScrollByKeyboardPageUpDownKeys = 1844,
kScrollByKeyboardHomeEndKeys = 1845,
@@ -1573,6 +1575,8 @@ class CORE_EXPORT UseCounter {
kMediaStreamConstraintsGoogDAEchoCancellation = 1958,
kMediaStreamConstraintsGoogNoiseReduction = 1959,
kMediaStreamConstraintsGoogPowerLineFrequency = 1960,
+ // The above items are available in M59 branch.
+
kViewportFixedPositionUnderFilter = 1961,
// Add new features immediately above this line. Don't change assigned
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698