summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-11-17 11:28:44 -0800
committerJohn Reck <jreck@google.com>2014-11-17 12:35:53 -0800
commitc99d3c99f86be8cace507379c0d4f4b7a26fd1e1 (patch)
tree43142ccaab30ce1bab1a52c2af77c67cc205fa61 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentb3ec64e1005c82d41b6d1a1d86b6933fd25d87d2 (diff)
Fix invalidateOutline
Bug: 18175261 invalidateOutline was switched to a lazy-method, but this doesn't work because invalidateViewProperty intentionally does not do a traversal, therefore the invalidate was never consumed. However it was attempting to be lazy about work that is cheap to do, so nuke the lazy aspect and restore invalidateOutline's previous, correct behavior. rebuildOutline is kept to avoid triggering traversals in places they are not needed Change-Id: I70f8cbacd54a607c0bf0bc7fe6eea78554cb2ea3
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions