| 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 a1fd52d051c4372ee8981214614bbd9af9edeaac..16ffb5eed008ccc42af672f3314f1278af3ab5ee 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -30,7 +30,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
|
|
| // OffscreenCanvasFrameDispatcher implementation.
|
| ~OffscreenCanvasFrameDispatcherImpl() override {}
|
| - void dispatchFrame(RefPtr<StaticBitmapImage>) override;
|
| + void dispatchFrame(RefPtr<StaticBitmapImage>,
|
| + bool isWebGLSoftwareRendering = false) override;
|
|
|
| // cc::mojom::blink::MojoCompositorFrameSinkClient implementation.
|
| void ReturnResources(
|
|
|