17 lines
224 B
C
17 lines
224 B
C
|
/*
|
||
|
* Copyright 2021 Google LLC
|
||
|
*
|
||
|
* Use of this source code is governed by a BSD-style license that can be
|
||
|
* found in the LICENSE file.
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
class SkPath;
|
||
|
|
||
|
namespace BenchUtils {
|
||
|
|
||
|
SkPath make_big_path();
|
||
|
|
||
|
}
|