diff options
| author | 2016-01-11 23:44:17 +0000 | |
|---|---|---|
| committer | 2016-01-11 23:44:17 +0000 | |
| commit | e3dc1fe215fc29fde29b7b816ccd35bf6ea500cd (patch) | |
| tree | 429812fe45410b45539ab4b7d6e871bd118feeae /libs/hwui/RenderNode.h | |
| parent | da161f0b1706d2de70d519a5ebfcdb99922dc1ad (diff) | |
| parent | 5ea1724be4d3b6039818f91fc087e1216c1463d5 (diff) | |
Merge "Rename OpReorderer to FrameReorderer"
Diffstat (limited to 'libs/hwui/RenderNode.h')
| -rw-r--r-- | libs/hwui/RenderNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index b6f50b111ab5..612cdfdc7185 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -87,7 +87,7 @@ class RenderNode; */ class RenderNode : public VirtualLightRefBase { friend class TestUtils; // allow TestUtils to access syncDisplayList / syncProperties -friend class OpReorderer; +friend class FrameReorderer; public: enum DirtyPropertyMask { GENERIC = 1 << 1, |