[WebXR] Update Device::initializeTrackingAndRendering() to take in more parameters regarding the session setup
Created attachment 457845 [details] Patch
Comment on attachment 457845 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=457845&action=review > Source/WebKit/Shared/XR/XRDeviceProxy.h:32 > +#include <WebCore/SecurityOriginData.h> Seems like this header could just use a forward declaration of WebCore::SecurityOriginData. The .cpp files can include the header.
Created attachment 457852 [details] Patch
(In reply to Darin Adler from comment #2) > Comment on attachment 457845 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=457845&action=review > > > Source/WebKit/Shared/XR/XRDeviceProxy.h:32 > > +#include <WebCore/SecurityOriginData.h> > > Seems like this header could just use a forward declaration of > WebCore::SecurityOriginData. The .cpp files can include the header. Yes! Fixed. Thanks for catching that!
Committed r293033 (249772@main): <https://commits.webkit.org/249772@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 457852 [details].
<rdar://problem/91982150>