Home | History | Annotate | Download | only in effects
      1 
      2 /*
      3  * Copyright 2008 The Android Open Source Project
      4  *
      5  * Use of this source code is governed by a BSD-style license that can be
      6  * found in the LICENSE file.
      7  */
      8 
      9 
     10 #ifndef SK_DRAW_EXTRA_PATH_EFFECT_H
     11 #define SK_DRAW_EXTRA_PATH_EFFECT_H
     12 class SkAnimator;
     13 void InitializeSkExtraPathEffects(SkAnimator* animator);
     14 #endif
     15 
     16