blob: 392a46b8c3fa03d291caa16d76fbfd7f6ab72129 [file] [log] [blame]
reed@android.com8a1c16f2008-12-17 15:59:43 +00001/*
epoger@google.comec3ed6a2011-07-28 14:26:00 +00002 * Copyright 2008 The Android Open Source Project
reed@android.com8a1c16f2008-12-17 15:59:43 +00003 *
epoger@google.comec3ed6a2011-07-28 14:26:00 +00004 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
reed@android.com8a1c16f2008-12-17 15:59:43 +00006 */
7
reed@android.com8a1c16f2008-12-17 15:59:43 +00008#ifndef SK_DRAW_EXTRA_PATH_EFFECT_H
9#define SK_DRAW_EXTRA_PATH_EFFECT_H
reed@android.com8a1c16f2008-12-17 15:59:43 +000010
tfarina@chromium.org6806fe82012-10-12 14:41:39 +000011class SkAnimator;
12
13void InitializeSkExtraPathEffects(SkAnimator* animator);
14
15#endif