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

Unified Diff: Source/modules/webaudio/AudioListener.idl

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 | « Source/core/frame/UseCounter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioListener.idl
diff --git a/Source/modules/webaudio/AudioListener.idl b/Source/modules/webaudio/AudioListener.idl
index 7940401c99b06c7507dbbf3c9b91c9829ee4c64d..359776cbda4155fcb67b79c472497b4acc892319 100644
--- a/Source/modules/webaudio/AudioListener.idl
+++ b/Source/modules/webaudio/AudioListener.idl
@@ -30,10 +30,10 @@
GarbageCollected,
Conditional=WEB_AUDIO
] interface AudioListener {
- [DeprecateAs=DeprecatedDopplerFactor] attribute float dopplerFactor; // same as OpenAL (default 1.0)
- [DeprecateAs=DeprecatedSpeedOfSound] attribute float speedOfSound; // in meters / second (default 343.3)
+ [DeprecateAs=AudioListenerDopplerFactor] attribute float dopplerFactor; // same as OpenAL (default 1.0)
+ [DeprecateAs=AudioListenerSpeedOfSound] attribute float speedOfSound; // in meters / second (default 343.3)
void setPosition(float x, float y, float z);
void setOrientation(float x, float y, float z, float xUp, float yUp, float zUp);
- [DeprecateAs=DeprecatedSetVelocity] void setVelocity(float x, float y, float z);
+ [DeprecateAs=AudioListenerSetVelocity] void setVelocity(float x, float y, float z);
};
« no previous file with comments | « Source/core/frame/UseCounter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698