| 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..59111dff6b65f56d889e104dd6c59ee6de8c7f77 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -52,12 +52,12 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| cc::mojom::blink::MojoCompositorFrameSinkPtr m_sink;
|
| mojo::Binding<cc::mojom::blink::MojoCompositorFrameSinkClient> m_binding;
|
|
|
| - void setTransferableResourceInMemory(cc::TransferableResource&,
|
| - RefPtr<StaticBitmapImage>);
|
| - void setTransferableResourceMemoryToTexture(cc::TransferableResource&,
|
| - RefPtr<StaticBitmapImage>);
|
| - void setTransferableResourceInTexture(cc::TransferableResource&,
|
| - RefPtr<StaticBitmapImage>);
|
| + void setTransferableResourceToSharedBitmap(cc::TransferableResource&,
|
| + RefPtr<StaticBitmapImage>);
|
| + void setTransferableResourceToSharedGPUContext(cc::TransferableResource&,
|
| + RefPtr<StaticBitmapImage>);
|
| + void setTransferableResourceToStaticBitmapImage(cc::TransferableResource&,
|
| + RefPtr<StaticBitmapImage>);
|
| };
|
|
|
| } // namespace blink
|
|
|