6806fe87e0
So this works in shared_library build in chromium. This issue was raised up in the following chromium-dev thread: https://groups.google.com/a/chromium.org/forum/?hl=en&fromgroups=#!topic/chromium-dev/Z6qzEw8MwVY R=epoger@google.com,tomhudson@google.com Review URL: https://codereview.appspot.com/6601065 git-svn-id: http://skia.googlecode.com/svn/trunk@5914 2bbb7eff-a529-9590-31e7-b0007b416f81
16 lines
322 B
C++
16 lines
322 B
C++
/*
|
|
* 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
|