diff options
| author | 2015-07-21 10:23:59 -0700 | |
|---|---|---|
| committer | 2015-07-21 10:46:54 -0700 | |
| commit | 00e79c9947b741194ff6c0d08ede9b3befbf9c9d (patch) | |
| tree | 26098cf607eaef09a94855aec4ccdd9d8789fd55 /libs/hwui/TreeInfo.h | |
| parent | 29cf9aea5490c42b85aaaa98b6784daff82629f8 (diff) | |
Mark isInUse per-window
Bug: 22509159
Change-Id: I0ae0f1fa582ee38dcb9f24ca20f0b4d0c57ccb32
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 0799c6c44da1..ed853f72539d 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 { |