| 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 70d1edffc93eee79bfebfe6c757ea02b65c6a034..108a22afb83fe54be14403564faaa567b3a476cc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -40,7 +40,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| void Reshape(int width, int height) final;
|
|
|
| // cc::mojom::blink::MojoCompositorFrameSinkClient implementation.
|
| - void DidReceiveCompositorFrameAck() final;
|
| + void DidReceiveCompositorFrameAck(
|
| + const cc::ReturnedResourceArray& resources) final;
|
| void OnBeginFrame(const cc::BeginFrameArgs&) final;
|
| void ReclaimResources(const cc::ReturnedResourceArray& resources) final;
|
|
|
|
|