diff options
| author | 2015-11-05 11:08:52 -0800 | |
|---|---|---|
| committer | 2015-11-05 15:45:59 -0800 | |
| commit | 161f54b2d4160b8d3f3da9eba5746da5162e4821 (patch) | |
| tree | 392dc082f84e8d20ed831c15893053fc7a44d9a4 /libs/hwui/RenderNode.h | |
| parent | 679f9863f9390083f91b5e6f8048cbfd7922766e (diff) | |
Add z-reordering support to OpReorderer
Change-Id: I3fa969fe53cf648d145810f69fa7dada376c0b9a
Diffstat (limited to 'libs/hwui/RenderNode.h')
| -rw-r--r-- | libs/hwui/RenderNode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index 2c257510b341..bae5ebe3f754 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -201,7 +201,6 @@ public: || properties().getScaleY() == 0; } - // Only call if RenderNode has DisplayList... const DisplayList* getDisplayList() const { return mDisplayList; } |