commit | 48cf8ac1442e62edc6fcd4af37e869326186d25e | [log] [tgz] |
---|---|---|
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 03 15:51:56 2011 +0000 |
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 03 15:51:56 2011 +0000 |
tree | 6e42eb62dc89ea3e59555026ea6662942b7d0baf | |
parent | d16983b31f5750c28f0b493f3639d407f1b94610 [diff] |
change forward decl of SkMatrix from struct (wrong) to class (correct) fixes issue http://code.google.com/p/skia/issues/detail?id=139 git-svn-id: http://skia.googlecode.com/svn/trunk@755 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/views/SkImageView.h b/include/views/SkImageView.h index 157abb1..57215c9 100644 --- a/include/views/SkImageView.h +++ b/include/views/SkImageView.h
@@ -22,7 +22,7 @@ class SkAnimator; class SkBitmap; -struct SkMatrix; +class SkMatrix; class SkImageView : public SkView { public: