blob: e7accfffc940f21641a38f66df724166c25c08f5 [file] [log] [blame] [edit]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef InternalsWebAudio_h
#define InternalsWebAudio_h
#include "wtf/Allocator.h"
namespace blink {
class Internals;
class InternalsWebAudio {
STATIC_ONLY(InternalsWebAudio);
public:
static unsigned audioHandlerCount(Internals&);
};
} // namespace blink
#endif // InternalsWebAudio_h