blob: 0aba1f20e214703d5e33b1d3860857943a94359d [file] [log] [blame]
Kaido Kertb1089432024-03-18 19:46:49 -07001/*
2 * Copyright 2021 Google LLC
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#pragma once
9
10class SkPath;
11
12namespace BenchUtils {
13
14SkPath make_big_path();
15
16}