Title: [281797] trunk/Source/WebCore
Revision
281797
Author
[email protected]
Date
2021-08-31 02:46:29 -0700 (Tue, 31 Aug 2021)

Log Message

Unreviewed, OpenXR build warning fix.

* platform/xr/openxr/OpenXRInputMappings.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (281796 => 281797)


--- trunk/Source/WebCore/ChangeLog	2021-08-31 09:07:08 UTC (rev 281796)
+++ trunk/Source/WebCore/ChangeLog	2021-08-31 09:46:29 UTC (rev 281797)
@@ -1,3 +1,9 @@
+2021-08-31  Philippe Normand  <[email protected]>
+
+        Unreviewed, OpenXR build warning fix.
+
+        * platform/xr/openxr/OpenXRInputMappings.h:
+
 2021-08-31  Youenn Fablet  <[email protected]>
 
         Add support for RTCIceTransport

Modified: trunk/Source/WebCore/platform/xr/openxr/OpenXRInputMappings.h (281796 => 281797)


--- trunk/Source/WebCore/platform/xr/openxr/OpenXRInputMappings.h	2021-08-31 09:07:08 UTC (rev 281796)
+++ trunk/Source/WebCore/platform/xr/openxr/OpenXRInputMappings.h	2021-08-31 09:46:29 UTC (rev 281797)
@@ -115,7 +115,7 @@
 };
 
 constexpr std::array<OpenXRAxis, 1> HTCViveAxes {
-    { OpenXRAxisType::Touchpad, "/input/trackpad" }
+    { { OpenXRAxisType::Touchpad, "/input/trackpad" } }
 };
 
 constexpr OpenXRInputProfile HTCViveInputProfile {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to