summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/Intersection/CurveUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/Intersection/CurveUtilities.h')
-rw-r--r--chromium/third_party/skia/experimental/Intersection/CurveUtilities.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/Intersection/CurveUtilities.h b/chromium/third_party/skia/experimental/Intersection/CurveUtilities.h
new file mode 100644
index 00000000000..4d346327eb8
--- /dev/null
+++ b/chromium/third_party/skia/experimental/Intersection/CurveUtilities.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef CurveUtilities_DEFINE
+#define CurveUtilities_DEFINE
+
+#include "CubicUtilities.h"
+#include "LineUtilities.h"
+#include "QuadraticUtilities.h"
+
+#endif