Chromium Code Reviews| 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 16ffb5eed008ccc42af672f3314f1278af3ab5ee..12ec9fd9fc1b31654ec77c8999d5231019e90340 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); |