summaryrefslogtreecommitdiff
path: root/libs/hwui/TreeInfo.h
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2015-01-06 00:50:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-01-06 00:50:53 +0000
commitb15f21effb8d5be988bb46eea00b6ff28222aa98 (patch)
tree1e972cc58de13661c5db8bf76d3b8d860a0bcfb4 /libs/hwui/TreeInfo.h
parent578efef682cc2216db121bb88d2af977703ee6e2 (diff)
parentd41c4d8c732095ae99c955b6b82f7306633004b1 (diff)
Merge "Add overrides and switch to nullptr keyword for all files"
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r--libs/hwui/TreeInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h
index e820b2287da4..0799c6c44da1 100644
--- a/libs/hwui/TreeInfo.h
+++ b/libs/hwui/TreeInfo.h
@@ -59,11 +59,11 @@ public:
: mode(mode)
, prepareTextures(mode == MODE_FULL)
, runAnimations(true)
- , damageAccumulator(NULL)
+ , damageAccumulator(nullptr)
, renderState(renderState)
- , renderer(NULL)
- , errorHandler(NULL)
- , canvasContext(NULL)
+ , renderer(nullptr)
+ , errorHandler(nullptr)
+ , canvasContext(nullptr)
{}
explicit TreeInfo(TraversalMode mode, const TreeInfo& clone)