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

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

Issue 803183006: Tweak style of AudioListener doppler deprecations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 3b8217415637f79a68d96a76f9b8a24e1b712044..8b574a29e46599333ff25c9a3ad281d75a901cb0 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -560,12 +560,9 @@ public:
MixedContentPrefetch = 617,
MixedContentVideo = 618,
CORSCredentialedNullOriginAccessAllowed = 619,
-
- // WebAudio deprecated doppler feature of panner/listener nodes.
- DeprecatedDopplerFactor = 620,
- DeprecatedSpeedOfSound = 621,
- DeprecatedSetVelocity = 622,
-
+ AudioListenerDopplerFactor = 620,
+ AudioListenerSpeedOfSound = 621,
+ AudioListenerSetVelocity = 622,
ShadowRootGetElementsByClassName = 623,
ShadowRootGetElementsByTagName = 624,
ShadowRootGetElementsByTagNameNS = 625,
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698