| commit | ade109f57c64f4fbc048cd77abaf4c539e010557 | [log] [tgz] |
|---|---|---|
| author | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 04 15:29:06 2013 +0000 |
| committer | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 04 15:29:06 2013 +0000 |
| tree | 196678bec9750213b925935af5d6a3bb9519370a | |
| parent | fb2cd425c2271c3d42c9667753b33ae71f05ef1b [diff] [blame] |
Fix Android compiler warnings. Review URL: https://codereview.appspot.com/7040053 git-svn-id: http://skia.googlecode.com/svn/trunk@7014 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrBackendEffectFactory.h b/include/gpu/GrBackendEffectFactory.h index 2bfefb9..437bcdd 100644 --- a/include/gpu/GrBackendEffectFactory.h +++ b/include/gpu/GrBackendEffectFactory.h
@@ -63,6 +63,7 @@ GrBackendEffectFactory() { fEffectClassID = kIllegalEffectClassID; } + virtual ~GrBackendEffectFactory() {} static EffectKey GenID() { GR_DEBUGCODE(static const int32_t kClassIDBits = 8 * sizeof(EffectKey) -