aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-02-28 12:46:29 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-28 12:46:29 -0800
commit7f4b1b20b0e76a4528d1521c8b79e76bdc34e34f (patch)
tree3f5b4217b610763aa76bc532fadd844936737f8d /src
parente1a23c502d00a33e120e269f04d11de335f4f2d0 (diff)
move drawextrapatheffect header into animator
Diffstat (limited to 'src')
-rw-r--r--src/animator/SkDrawExtraPathEffect.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/animator/SkDrawExtraPathEffect.h b/src/animator/SkDrawExtraPathEffect.h
new file mode 100644
index 0000000000..392a46b8c3
--- /dev/null
+++ b/src/animator/SkDrawExtraPathEffect.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2008 The Android Open Source Project
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef SK_DRAW_EXTRA_PATH_EFFECT_H
+#define SK_DRAW_EXTRA_PATH_EFFECT_H
+
+class SkAnimator;
+
+void InitializeSkExtraPathEffects(SkAnimator* animator);
+
+#endif