diff options
Diffstat (limited to 'gfx/skia/skia/src/animator/SkDrawExtraPathEffect.h')
-rw-r--r-- | gfx/skia/skia/src/animator/SkDrawExtraPathEffect.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gfx/skia/skia/src/animator/SkDrawExtraPathEffect.h b/gfx/skia/skia/src/animator/SkDrawExtraPathEffect.h new file mode 100644 index 000000000..392a46b8c --- /dev/null +++ b/gfx/skia/skia/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 |