diff options
author | Doris Liu <tianliu@google.com> | 2016-08-02 17:28:30 -0700 |
---|---|---|
committer | Doris Liu <tianliu@google.com> | 2016-08-11 17:33:21 -0700 |
commit | 5876e7df0407cbce8a043ece3a33fd3224311ffc (patch) | |
tree | 2804916a62756a5e25ea4e2e310a4c3b0fc925bf /libs/hwui/DisplayList.h | |
parent | d02c611c9e5b64b873c2e5ee1db8f968ff5d0851 (diff) |
HWUI unit test for AVD on HwLayer
This test puts AVD on a HWLayer and check that after prepareTree
the correct damage rect for the layer is enqueued.
This verifies the fix for bug 30166063
Change-Id: Ia37847357bb00d54f08ee253013db83d46783fbd
Diffstat (limited to 'libs/hwui/DisplayList.h')
-rw-r--r-- | libs/hwui/DisplayList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DisplayList.h b/libs/hwui/DisplayList.h index a8205c854c14..c5d87676b7ff 100644 --- a/libs/hwui/DisplayList.h +++ b/libs/hwui/DisplayList.h @@ -101,7 +101,7 @@ public: const LsaVector<const SkBitmap*>& getBitmapResources() const { return bitmapResources; } const LsaVector<FunctorContainer>& getFunctors() const { return functors; } - const LsaVector<VectorDrawableRoot*>& getVectorDrawables() { return vectorDrawables; } + const LsaVector<VectorDrawableRoot*>& getVectorDrawables() const { return vectorDrawables; } size_t addChild(NodeOpType* childOp); |