From 08f28cd5aaa88bc6199c3b2ff42afdc4f16e004d Mon Sep 17 00:00:00 2001 From: Ink Open Source Date: Thu, 30 Apr 2026 15:55:44 -0700 Subject: [PATCH] Internal changes PiperOrigin-RevId: 908422432 --- .../skia/common_internal/sksl_vertex_shader_helper_functions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ink/rendering/skia/common_internal/sksl_vertex_shader_helper_functions.h b/ink/rendering/skia/common_internal/sksl_vertex_shader_helper_functions.h index 29c686ae..2f769baa 100644 --- a/ink/rendering/skia/common_internal/sksl_vertex_shader_helper_functions.h +++ b/ink/rendering/skia/common_internal/sksl_vertex_shader_helper_functions.h @@ -354,7 +354,8 @@ inline constexpr absl::string_view kSkSLVertexShaderHelpers = 255.0 * packedValue.w - 128.0); })" // LINT.ThenChange( - // ../../../strokes/internal/stroke_vertex.cc:label_packing) + // ../../../strokes/internal/stroke_vertex.cc:label_packing, + // ../../../rendering/webgpu/StrokeShader.wgsl:derivative_and_label_unpacking) // Unpacks an HSL color-shift value into a `float3` from one of the // supported "packed" types.