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

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

Issue 1820403002: Implement Automations for PannerNode and AutioListener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test because CL for min/maxValue AudioParam landed Created 4 years, 7 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index d5865042e328796e608b72a8f13bc963da80eb63..84c6f9be02ffee35a33f0e64a51b8b53e8c0b8e8 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1176,6 +1176,11 @@ public:
CSSValueAppearanceRadio = 1360,
CSSValueAppearanceSearchField = 1361,
CSSValueAppearanceTextField = 1362,
+ AudioContextCreatePannerAutomated = 1363,
+ PannerNodeSetPosition = 1364,
+ PannerNodeSetOrientation = 1365,
+ AudioListenerSetPosition = 1366,
+ AudioListenerSetOrientation = 1367,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698