Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1468)

Unified Diff: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h

Issue 2385193002: FrameSinkIds use to WindowIds in window server, Process ID/Route ID in renderer (Closed)
Patch Set: Added missing serialization Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f7361dbcd2abf911029f9a400ca89688f91f26c1..b51c1c39877d9a860e225ccf43c26e0102177ac1 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -21,11 +21,12 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
WTF_NON_EXPORTED_BASE(
public cc::mojom::blink::MojoCompositorFrameSinkClient) {
public:
- explicit OffscreenCanvasFrameDispatcherImpl(uint32_t clientId,
- uint32_t localId,
- uint64_t nonce,
- int width,
- int height);
+ OffscreenCanvasFrameDispatcherImpl(uint32_t clientId,
+ uint32_t sinkId,
+ uint32_t localId,
+ uint64_t nonce,
+ int width,
+ int height);
// OffscreenCanvasFrameDispatcher implementation.
~OffscreenCanvasFrameDispatcherImpl() override {}

Powered by Google App Engine
This is Rietveld 408576698