commit | 21b1c5c7b1727ea08f7c9c308c1c2b855cce916f | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 23 12:44:44 2011 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 23 12:44:44 2011 +0000 |
tree | 3426ef404dd714ff3506376bb73ca528fff885fe | |
parent | 103c036218df4928f99d3d1e109551a3cbb4fb86 [diff] [blame] |
fix warnings git-svn-id: http://skia.googlecode.com/svn/trunk@1399 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/animator/SkDisplayApply.cpp b/src/animator/SkDisplayApply.cpp index 8aca71f..e456f26 100644 --- a/src/animator/SkDisplayApply.cpp +++ b/src/animator/SkDisplayApply.cpp
@@ -356,7 +356,7 @@ if (old < 0) goto append; else if (fContainsScope) { - if ((*parentList)[old] != this || restore == true) { + if ((*parentList)[old] != this || restore) { append: if (parentGroup) parentGroup->markCopySize(old);