Index: third_party/WebKit/public/platform/WebAudioDevice.h |
diff --git a/third_party/WebKit/public/platform/WebAudioDevice.h b/third_party/WebKit/public/platform/WebAudioDevice.h |
index 6680cfb0d6eec2b0bb59a0039cce016eef957879..bf20bef47a0e795b3d1bdb01783ed79dcf92d061 100644 |
--- a/third_party/WebKit/public/platform/WebAudioDevice.h |
+++ b/third_party/WebKit/public/platform/WebAudioDevice.h |
@@ -42,7 +42,10 @@ class WebAudioDevice { |
public: |
virtual void render(const WebVector<float*>& sourceData, |
const WebVector<float*>& destinationData, |
- size_t numberOfFrames); |
+ size_t numberOfFrames, |
+ double delay, |
+ double delayTimestamp, |
sandersd (OOO until July 31)
2016/12/01 23:55:00
This is a rather strange way to represent timestam
Mikhail
2016/12/02 11:48:21
Yeah, time stamps in blink are usually represented
|
+ size_t priorFramesSkipped); |
protected: |
virtual ~RenderCallback(); |