commit | 566a3b4a1d1a2a6d38257113700eea92aa44ea2b | [log] [tgz] |
---|---|---|
author | Peiyong Lin <lpy@google.com> | Tue Jan 09 18:22:43 2018 -0800 |
committer | Peiyong Lin <lpy@google.com> | Wed Jan 10 10:54:38 2018 -0800 |
tree | c65bbfda9d8315e611bcadc4274b6ba5165d8fbc | |
parent | 44c26300d9dbd478d91cba2aab1861fc4d5f3f41 [diff] [blame] |
[SurfaceFlinger] Replace NULL with nullptr. Test: make Change-Id: Ia0ecb3160cd5fddf22fb7100c1759d62e723d0b7
diff --git a/services/surfaceflinger/DisplayHardware/FramebufferSurface.h b/services/surfaceflinger/DisplayHardware/FramebufferSurface.h index 4186b7a..eaa5455 100644 --- a/services/surfaceflinger/DisplayHardware/FramebufferSurface.h +++ b/services/surfaceflinger/DisplayHardware/FramebufferSurface.h
@@ -80,7 +80,7 @@ // on/off. android_dataspace mDataSpace; - // mCurrentBuffer is the current buffer or NULL to indicate that there is + // mCurrentBuffer is the current buffer or nullptr to indicate that there is // no current buffer. sp<GraphicBuffer> mCurrentBuffer;