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 a3679bb223a4bf10cdb40871c50f3682e8a89105..ecd1074b780c77c890c8b9668ff62f37de7deea6 100644 |
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h |
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h |
@@ -23,7 +23,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); |