commit | b108943525536ed016362e9c99ce219a9c351109 | [log] [tgz] |
---|---|---|
author | Kaido Kert <kaidokert@google.com> | Mon Mar 18 19:46:49 2024 -0700 |
committer | Kaido Kert <kaidokert@google.com> | Mon Mar 18 19:46:49 2024 -0700 |
tree | be79991a171df022c5e6d9c10b43ba32d9451383 | |
parent | f9bc0139df6e6eb149345ab9b6ffcc40603fc09f [diff] [blame] |
Import Cobalt 25.master.0.1033734
diff --git a/third_party/skia/bench/BigPath.h b/third_party/skia/bench/BigPath.h new file mode 100644 index 0000000..0aba1f2 --- /dev/null +++ b/third_party/skia/bench/BigPath.h
@@ -0,0 +1,16 @@ +/* + * 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(); + +}