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.