aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkTextureCompressor_R11EAC.cpp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-08-27 07:41:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-27 07:41:16 -0700
commit96fcdcc219d2a0d3579719b84b28bede76efba64 (patch)
tree0ec5ea0193d8292df8bf5ed9dd8498a5eb5763dd /src/utils/SkTextureCompressor_R11EAC.cpp
parent435af2f736c85c3274a0c6760a3523810750d237 (diff)
Style Change: NULL->nullptr
Diffstat (limited to 'src/utils/SkTextureCompressor_R11EAC.cpp')
-rw-r--r--src/utils/SkTextureCompressor_R11EAC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/SkTextureCompressor_R11EAC.cpp b/src/utils/SkTextureCompressor_R11EAC.cpp
index c7edf37183..291820b4d7 100644
--- a/src/utils/SkTextureCompressor_R11EAC.cpp
+++ b/src/utils/SkTextureCompressor_R11EAC.cpp
@@ -638,7 +638,7 @@ SkBlitter* CreateR11EACBlitter(int width, int height, void* outputBuffer,
SkTBlitterAllocator* allocator) {
if ((width % 4) != 0 || (height % 4) != 0) {
- return NULL;
+ return nullptr;
}
// Memset the output buffer to an encoding that decodes to zero. We must do this