From b46d66d4da072bbcf6d9bc2f243b1cdec4c01085 Mon Sep 17 00:00:00 2001 From: Ink Open Source Date: Fri, 24 Apr 2026 12:09:11 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 905157107 --- .../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.