diff options
author | halcanary <halcanary@google.com> | 2015-09-15 12:53:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-15 12:53:07 -0700 |
commit | 435657fd62960ceffb1c3c63f63e836373560bc5 (patch) | |
tree | 5b89d11067dc1a7780ed3298c57d1fd614d572bf /include | |
parent | 98ed7b6d01c16ad9ace652ec25861689d765d0b5 (diff) |
Forward declare SkStrokeRec in SkPathEffect
Review URL: https://codereview.chromium.org/1312163008
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPathEffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPathEffect.h b/include/core/SkPathEffect.h index 72ea4620c5..36e67e1de0 100644 --- a/include/core/SkPathEffect.h +++ b/include/core/SkPathEffect.h @@ -14,10 +14,10 @@ #include "SkPath.h" #include "SkPoint.h" #include "SkRect.h" -#include "SkStrokeRec.h" #include "SkTDArray.h" class SkPath; +class SkStrokeRec; /** \class SkPathEffect |