mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
bug 1227411 add WEB_AUDIO_API_LOG r=padenot
--HG-- extra : rebase_source : c27e117a0a6af5fe8913dabb656842281643ecc4
This commit is contained in:
parent
d71fb767c8
commit
c95ab76c6c
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
|
|
||||||
|
LazyLogModule gWebAudioAPILog("WebAudioAPI");
|
||||||
|
|
||||||
namespace dom {
|
namespace dom {
|
||||||
|
|
||||||
void WebAudioUtils::ConvertAudioTimelineEventToTicks(AudioTimelineEvent& aEvent,
|
void WebAudioUtils::ConvertAudioTimelineEventToTicks(AudioTimelineEvent& aEvent,
|
||||||
|
@ -20,6 +20,10 @@ namespace mozilla {
|
|||||||
|
|
||||||
class AudioNodeStream;
|
class AudioNodeStream;
|
||||||
|
|
||||||
|
extern LazyLogModule gWebAudioAPILog;
|
||||||
|
#define WEB_AUDIO_API_LOG(...) \
|
||||||
|
MOZ_LOG(gWebAudioAPILog, LogLevel::Debug, (__VA_ARGS__))
|
||||||
|
|
||||||
namespace dom {
|
namespace dom {
|
||||||
|
|
||||||
struct AudioTimelineEvent;
|
struct AudioTimelineEvent;
|
||||||
|
Loading…
Reference in New Issue
Block a user