| 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 cb28998942054087bf8d6fa495794d4b5808f357..aec180bb234a3ffda0aa25517a4e13fefac1fdcb 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 damageRect) final;
|
|
|
| // This enum is used in histogram, so it should be append-only.
|
| enum OffscreenCanvasCommitType {
|
|
|