Stop including isOffscreenCanvasSupported in the "StartRenderPage" message

With the previous commit this is now completely unused in API, hence it can be removed. This is done in a separate commit to make it easier to re-instate it, would the need ever arise.
This commit is contained in:
Jonas Jenwald 2023-03-12 22:53:42 +01:00
parent fc055dbd80
commit 50c844c5b8
2 changed files with 16 additions and 35 deletions

View file

@ -417,8 +417,6 @@ class Page {
this.resources,
this.nonBlendModesSet
),
isOffscreenCanvasSupported:
this.evaluatorOptions.isOffscreenCanvasSupported,
pageIndex: this.pageIndex,
cacheKey,
});