| Index: third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| index 942b7ff67613c808866669403c498570b0da65a9..3cbbae664cf85d7da92de012b503c9dc310e6c28 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h
|
| @@ -267,6 +267,9 @@ public:
|
| // a histogram.
|
| void recordUserGestureState();
|
|
|
| + // Gets the audio timestamp of the currently audiable signal.
|
| + void getOutputTimestamp(AudioTimestamp&);
|
| +
|
| protected:
|
| explicit AbstractAudioContext(Document*);
|
| AbstractAudioContext(Document*, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate);
|
|
|