| Index: bench/GrResourceCacheBench.cpp
|
| diff --git a/bench/GrResourceCacheBench.cpp b/bench/GrResourceCacheBench.cpp
|
| index e7a9ca8c8f1a669724cae0cad0a8011d79a6479f..ec2f8cabdbfa4be2eb0b6c45f49734aff1ac94ea 100644
|
| --- a/bench/GrResourceCacheBench.cpp
|
| +++ b/bench/GrResourceCacheBench.cpp
|
| @@ -71,7 +71,7 @@ protected:
|
|
|
| void onDraw(const int loops, SkCanvas* canvas) override {
|
| SkAutoTUnref<GrContext> context(GrContext::CreateMockContext());
|
| - if (NULL == context) {
|
| + if (nullptr == context) {
|
| return;
|
| }
|
| // Set the cache budget to be very large so no purging occurs.
|
|
|