| 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 1466d3f72761f187878e77fbe8170715dae42912..70d1edffc93eee79bfebfe6c757ea02b65c6a034 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -43,8 +43,6 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| void DidReceiveCompositorFrameAck() final;
|
| void OnBeginFrame(const cc::BeginFrameArgs&) final;
|
| void ReclaimResources(const cc::ReturnedResourceArray& resources) final;
|
| - void WillDrawSurface(const cc::LocalSurfaceId&,
|
| - ::gfx::mojom::blink::RectPtr damage_rect) final;
|
|
|
| // This enum is used in histogram, so it should be append-only.
|
| enum OffscreenCanvasCommitType {
|
|
|