| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| index 816d7e968fb6a8d98423feab9b38795546a49659..ecf75b8e55e6b6784f00523129039250b358abbd 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| @@ -178,7 +178,8 @@ OffscreenCanvasFrameDispatcher* OffscreenCanvas::getOrCreateFrameDispatcher() {
|
| // (either main or worker) to the browser process and remains unchanged
|
| // throughout the lifetime of this OffscreenCanvas.
|
| m_frameDispatcher = wrapUnique(new OffscreenCanvasFrameDispatcherImpl(
|
| - m_clientId, m_sinkId, m_localId, m_nonce, width(), height()));
|
| + m_clientId, m_sinkId, m_localId, m_nonceHigh, m_nonceLow, width(),
|
| + height()));
|
| }
|
| return m_frameDispatcher.get();
|
| }
|
|
|