commit | f03bb566e25ace918f8fdda3cb8426626a00894c | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Nov 11 21:42:12 2011 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Nov 11 21:42:12 2011 +0000 |
tree | 6955fcccb33cdc4a3bb9a38a269351f98342ce24 | |
parent | 83ab49556ffc83fd3b2c1142db264362d21e6b19 [diff] [blame] |
land http://codereview.appspot.com/5244058/ - add matrix to SkView git-svn-id: http://skia.googlecode.com/svn/trunk@2670 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h index 0f1a2af..0a60535 100644 --- a/samplecode/SampleApp.h +++ b/samplecode/SampleApp.h
@@ -187,7 +187,7 @@ void updatePointer(int x, int y); void magnify(SkCanvas* canvas); void showZoomer(SkCanvas* canvas); - + void updateMatrix(); void postAnimatingEvent(); typedef SkOSWindow INHERITED;