Fix a warning in PictureBenchmark.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 25 Sep 2012 17:36:36 +0000 (17:36 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 25 Sep 2012 17:36:36 +0000 (17:36 +0000)
commit3686c9d90a8346b346dff48c0f3082b9bcdbd604
tree183feb33a785137129e61c7efad056675030b6bd
parent33535f3c48bf723c46f334a93d4a06d782dad30e
Fix a warning in PictureBenchmark.

Forgot to change from false to NULL. False does the right thing,
but gives a warning. Fix the warning.

Review URL: https://codereview.appspot.com/6570049

git-svn-id: http://skia.googlecode.com/svn/trunk@5666 2bbb7eff-a529-9590-31e7-b0007b416f81
tools/PictureBenchmark.cpp