diff options
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r-- | libs/hwui/TreeInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index 0799c6c..ed853f7 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h @@ -95,7 +95,7 @@ public: // layer updates or similar. May be NULL. OpenGLRenderer* renderer; ErrorHandler* errorHandler; - // TODO: Remove this? May be NULL + // May be NULL (TODO: can it really?) renderthread::CanvasContext* canvasContext; struct Out { |