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

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

Issue 2380183002: Remove WebAudio doppler effect API surface (already no-ops) (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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index aba2203f4e7aac4a85bc62a76c8e9af232985361..a84c65643d7844e8d67582ce517c2b8006270820 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -487,9 +487,6 @@ public:
MixedContentPlugin = 616,
MixedContentPrefetch = 617,
MixedContentVideo = 618,
- AudioListenerDopplerFactor = 620,
- AudioListenerSpeedOfSound = 621,
- AudioListenerSetVelocity = 622,
CSSSelectorPseudoFullScreenAncestor = 628,
CSSSelectorPseudoFullScreen = 629,
WebKitCSSMatrix = 630,
@@ -1001,7 +998,6 @@ public:
CSSAtRuleApply = 1249,
CSSSelectorPseudoAny = 1250,
- PannerNodeSetVelocity = 1251,
DocumentAllItemNoArguments = 1252,
DocumentAllItemNamed = 1253,
DocumentAllItemIndexed = 1254,

Powered by Google App Engine
This is Rietveld 408576698