michael@0: /* michael@0: * Copyright 2008 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: #ifndef SK_DRAW_EXTRA_PATH_EFFECT_H michael@0: #define SK_DRAW_EXTRA_PATH_EFFECT_H michael@0: michael@0: class SkAnimator; michael@0: michael@0: void InitializeSkExtraPathEffects(SkAnimator* animator); michael@0: michael@0: #endif