commit | 00e79c9947b741194ff6c0d08ede9b3befbf9c9d | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Jul 21 10:23:59 2015 -0700 |
committer | John Reck <jreck@google.com> | Tue Jul 21 10:46:54 2015 -0700 |
tree | 26098cf607eaef09a94855aec4ccdd9d8789fd55 | |
parent | 29cf9aea5490c42b85aaaa98b6784daff82629f8 [diff] [blame] |
Mark isInUse per-window Bug: 22509159 Change-Id: I0ae0f1fa582ee38dcb9f24ca20f0b4d0c57ccb32
diff --git a/libs/hwui/Texture.h b/libs/hwui/Texture.h index 7227ce0..4bcd96d 100644 --- a/libs/hwui/Texture.h +++ b/libs/hwui/Texture.h
@@ -97,7 +97,7 @@ * Whether or not the Texture is marked in use and thus not evictable for * the current frame. This is reset at the start of a new frame. */ - bool isInUse = false; + void* isInUse = nullptr; private: /**