Clang has stricter checking for conversion to a null pointer. In C++11 mode, false...
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 28 Jun 2013 11:47:01 +0000 (11:47 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 28 Jun 2013 11:47:01 +0000 (11:47 +0000)
commit6bf19415c3a3ac25a8fccb66ab5cc55d046bd042
tree35d23233213755bec65e07d08f54b0aebae32e23
parentc9f6a1a1c53fff440988c4f5c499ec98c3c7c362
Clang has stricter checking for conversion to a null pointer.  In C++11 mode, false will produce an error if it is used in a place that expects a pointer.  Change these cases to NULL.

R=reed@google.com, robertphillips@google.com

Author: rtrieu@google.com

Review URL: https://chromiumcodereview.appspot.com/18118004

git-svn-id: http://skia.googlecode.com/svn/trunk@9800 2bbb7eff-a529-9590-31e7-b0007b416f81
src/animator/SkAnimatorScript.cpp
src/animator/SkScriptRuntime.cpp