Index: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp |
diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp |
index 4c30861ef7c573338193634985326ede43e9da06..6a91078b28a6841cc85adbebb5be2fd47ee1e19e 100644 |
--- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp |
+++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.cpp |
@@ -68,7 +68,14 @@ OffscreenCanvas* HTMLCanvasElementModule::transferControlToOffscreenInternal( |
bridge->getSurfaceId().frame_sink_id().client_id(), |
bridge->getSurfaceId().frame_sink_id().sink_id(), |
bridge->getSurfaceId().local_frame_id().local_id(), |
- bridge->getSurfaceId().local_frame_id().nonce()); |
+ bridge->getSurfaceId() |
+ .local_frame_id() |
+ .nonce() |
+ .GetHighForSerialization(), |
+ bridge->getSurfaceId() |
+ .local_frame_id() |
+ .nonce() |
+ .GetLowForSerialization()); |
} |
return offscreenCanvas; |
} |