You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename CreateOffscreenBrowserWhenActualSizeChanged to CreateOffscreenBrowser
Make CreateOffscreenBrowser protected virtual to allow for customisation
(it's not something I think you should in general be doing, so I'm not going to make it easy to do so, need to subclass `ChromiumWebBrowser`,
then override CreateOffscreenBrowser, making it a NOOP then create a method that calls base.CreateOffscreenBrowser(size)).
0 commit comments