Title: [285385] trunk/Source/WebCore
- Revision
- 285385
- Author
- [email protected]
- Date
- 2021-11-06 16:30:47 -0700 (Sat, 06 Nov 2021)
Log Message
Fixing style checks in WebGPU bindings code
https://bugs.webkit.org/show_bug.cgi?id=232790
Unreviewed.
No new tests because there is no behavior change.
* Modules/WebGPU/GPUCompilationMessage.cpp:
* Modules/WebGPU/GPUComputePipeline.h:
* Modules/WebGPU/GPUDevice.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (285384 => 285385)
--- trunk/Source/WebCore/ChangeLog 2021-11-06 23:17:47 UTC (rev 285384)
+++ trunk/Source/WebCore/ChangeLog 2021-11-06 23:30:47 UTC (rev 285385)
@@ -1,3 +1,16 @@
+2021-11-06 Myles C. Maxfield <[email protected]>
+
+ Fixing style checks in WebGPU bindings code
+ https://bugs.webkit.org/show_bug.cgi?id=232790
+
+ Unreviewed.
+
+ No new tests because there is no behavior change.
+
+ * Modules/WebGPU/GPUCompilationMessage.cpp:
+ * Modules/WebGPU/GPUComputePipeline.h:
+ * Modules/WebGPU/GPUDevice.h:
+
2021-11-06 Joonghun Park <[email protected]>
font-synthesis inline/computed style should be in canonical order.
Modified: trunk/Source/WebCore/Modules/WebGPU/GPUCompilationMessage.cpp (285384 => 285385)
--- trunk/Source/WebCore/Modules/WebGPU/GPUCompilationMessage.cpp 2021-11-06 23:17:47 UTC (rev 285384)
+++ trunk/Source/WebCore/Modules/WebGPU/GPUCompilationMessage.cpp 2021-11-06 23:30:47 UTC (rev 285385)
@@ -24,7 +24,7 @@
*/
#include "config.h"
-#include "GPUCompilationInfo.h"
+#include "GPUCompilationMessage.h"
namespace WebCore {
Modified: trunk/Source/WebCore/Modules/WebGPU/GPUComputePipeline.h (285384 => 285385)
--- trunk/Source/WebCore/Modules/WebGPU/GPUComputePipeline.h 2021-11-06 23:17:47 UTC (rev 285384)
+++ trunk/Source/WebCore/Modules/WebGPU/GPUComputePipeline.h 2021-11-06 23:30:47 UTC (rev 285385)
@@ -42,7 +42,7 @@
}
String label() const;
- void setLabel(String&& label);
+ void setLabel(String&&);
Ref<GPUBindGroupLayout> getBindGroupLayout(uint32_t index);
Modified: trunk/Source/WebCore/Modules/WebGPU/GPUDevice.h (285384 => 285385)
--- trunk/Source/WebCore/Modules/WebGPU/GPUDevice.h 2021-11-06 23:17:47 UTC (rev 285384)
+++ trunk/Source/WebCore/Modules/WebGPU/GPUDevice.h 2021-11-06 23:30:47 UTC (rev 285385)
@@ -117,7 +117,7 @@
using LostPromise = DOMPromiseProxy<IDLInterface<GPUDeviceLostInfo>>;
LostPromise& lost() { return m_lostPromise; }
-
+
private:
GPUDevice(ScriptExecutionContext* scriptExecutionContext)
: ActiveDOMObject { scriptExecutionContext }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes