Title: [274749] trunk/Source/WebCore
- Revision
- 274749
- Author
- [email protected]
- Date
- 2021-03-19 16:53:31 -0700 (Fri, 19 Mar 2021)
Log Message
Unreviewed. WPE Debug build fix after r274695
* platform/xr/openxr/PlatformXROpenXR.cpp:
(PlatformXR::OpenXRDevice::submitFrame):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (274748 => 274749)
--- trunk/Source/WebCore/ChangeLog 2021-03-19 23:41:17 UTC (rev 274748)
+++ trunk/Source/WebCore/ChangeLog 2021-03-19 23:53:31 UTC (rev 274749)
@@ -1,3 +1,10 @@
+2021-03-19 Lauro Moura <[email protected]>
+
+ Unreviewed. WPE Debug build fix after r274695
+
+ * platform/xr/openxr/PlatformXROpenXR.cpp:
+ (PlatformXR::OpenXRDevice::submitFrame):
+
2021-03-19 Kate Cheney <[email protected]>
Cannot login to microsoftonline.com without allowing storage access
Modified: trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp (274748 => 274749)
--- trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp 2021-03-19 23:41:17 UTC (rev 274748)
+++ trunk/Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp 2021-03-19 23:53:31 UTC (rev 274749)
@@ -259,12 +259,12 @@
for (auto& layer : layers) {
auto it = m_layers.find(layer.handle);
if (it == m_layers.end()) {
- LOG("Didn't find a OpenXRLayer with %d handle", layer.handle);
+ LOG(XR, "Didn't find a OpenXRLayer with %d handle", layer.handle);
continue;
}
auto header = it->value->endFrame(layer, m_viewSpace, m_frameViews);
if (!header) {
- LOG("endFrame() call failed in OpenXRLayer with %d handle", layer.handle());
+ LOG(XR, "endFrame() call failed in OpenXRLayer with %d handle", layer.handle);
continue;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes