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();
+
+}