| Index: Source/modules/webaudio/AudioSummingJunction.h
|
| diff --git a/Source/modules/webaudio/AudioSummingJunction.h b/Source/modules/webaudio/AudioSummingJunction.h
|
| index e4db9907e55d2428fb6aa0a18740782e7be48db0..48fa378ec3943bc100dc22a615dd9377ed60962f 100644
|
| --- a/Source/modules/webaudio/AudioSummingJunction.h
|
| +++ b/Source/modules/webaudio/AudioSummingJunction.h
|
| @@ -57,7 +57,9 @@ public:
|
| AudioNodeOutput* renderingOutput(unsigned i) { return m_renderingOutputs[i]; }
|
| bool isConnected() const { return numberOfRenderingConnections() > 0; }
|
|
|
| +#if !ENABLE(OILPAN)
|
| virtual bool canUpdateState() = 0;
|
| +#endif
|
| virtual void didUpdate() = 0;
|
|
|
| protected:
|
|
|