| commit | e23f194bf9747267b9dd42e238dfe217ed585c03 | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Dec 08 19:36:00 2011 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Dec 08 19:36:00 2011 +0000 |
| tree | 310e66613ffce05ffd0f5d8db5f3edac091e4033 | |
| parent | 0e734bdc4252eaf059ffa442006a07f4185153b7 [diff] [blame] |
install drawfilter for the picture playback as well git-svn-id: http://skia.googlecode.com/svn/trunk@2839 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h index 0a60535..cd07206 100644 --- a/samplecode/SampleApp.h +++ b/samplecode/SampleApp.h
@@ -189,6 +189,7 @@ void showZoomer(SkCanvas* canvas); void updateMatrix(); void postAnimatingEvent(); + void installDrawFilter(SkCanvas*); typedef SkOSWindow INHERITED; };