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

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

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.h ('k') | Source/modules/webaudio/AudioListener.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 12d19155bdb933c0d494baef3ded816b7b4ce33d..ee1975771e0ee9397fa56009ea592f435721e85b 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -812,11 +812,13 @@ String UseCounter::deprecationMessage(Feature feature)
case PrefixedImageSmoothingEnabled:
return replacedBy("CanvasRenderingContext2D.webkitImageSmoothingEnabled", "CanvasRenderingContext2D.imageSmoothingEnabled");
- case DeprecatedDopplerFactor:
+ case AudioListenerDopplerFactor:
return "dopplerFactor is deprecated and will be removed in M45 when all doppler effects are removed";
- case DeprecatedSpeedOfSound:
+
+ case AudioListenerSpeedOfSound:
return "speedOfSound is deprecated and will be removed in M45 when all doppler effects are removed";
- case DeprecatedSetVelocity:
+
+ case AudioListenerSetVelocity:
return "setVelocity() is deprecated and will be removed in M45 when all doppler effects are removed";
case ShadowRootGetElementsByClassName:
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/webaudio/AudioListener.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698