| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h | 
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h | 
| index d37162726e803ac8d750350a9756d47e23188ac2..eb015b8570b2f6222ba2bdad98516f0d2b89f713 100644 | 
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h | 
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h | 
| @@ -24,7 +24,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final | 
| OffscreenCanvasFrameDispatcherImpl(uint32_t clientId, | 
| uint32_t sinkId, | 
| uint32_t localId, | 
| -                                     uint64_t nonce, | 
| +                                     uint64_t nonceHigh, | 
| +                                     uint64_t nonceLow, | 
| int width, | 
| int height); | 
|  | 
|  |