Route canvas stroke material decisions through planner
This commit is contained in:
@@ -32,4 +32,10 @@ namespace pp::panopainter {
|
||||
return fallback;
|
||||
}
|
||||
|
||||
[[nodiscard]] inline pp::paint_renderer::CanvasStrokeMaterialPlan plan_legacy_canvas_stroke_material(
|
||||
pp::paint_renderer::CanvasStrokeMaterialRequest request) noexcept
|
||||
{
|
||||
return pp::paint_renderer::plan_canvas_stroke_material(request);
|
||||
}
|
||||
|
||||
} // namespace pp::panopainter
|
||||
|
||||
Reference in New Issue
Block a user