| 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 4e89c993f8a204e1a705731e7b243a7999b8297c..be7e907b91bd33c6d0f3a0eb6493f3dfb335d2c6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -31,6 +31,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| // OffscreenCanvasFrameDispatcher implementation.
|
| ~OffscreenCanvasFrameDispatcherImpl() override {}
|
| void dispatchFrame(RefPtr<StaticBitmapImage>,
|
| + double commitStartTime,
|
| bool isWebGLSoftwareRendering = false) override;
|
|
|
| // cc::mojom::blink::MojoCompositorFrameSinkClient implementation.
|
|
|