diff options
author | 2020-02-04 22:23:16 -0800 | |
---|---|---|
committer | 2020-02-07 17:57:44 +0000 | |
commit | 0865f2e7b22ceab8d1cc28092b8e361990882c78 (patch) | |
tree | ec1fd40145d83de9e55a9b2280d3f50180b864c8 /libs/hwui/RenderNode.h | |
parent | 334eedc54994ca212588cb3baae02c6ff58cb591 (diff) |
hwui: remove FatVector
FatVector now lives in fw/native/libs/ui.
Test: builds, boots, works
Bug: 149096186
Change-Id: I09dc2fddd2a238ef47d7853b64b0bfbf74d3f71f
Diffstat (limited to 'libs/hwui/RenderNode.h')
-rw-r--r-- | libs/hwui/RenderNode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index d55e5b0ce836..c0ec2174bb35 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -27,6 +27,8 @@ #include <androidfw/ResourceTypes.h> +#include <ui/FatVector.h> + #include "AnimatorManager.h" #include "CanvasTransform.h" #include "Debug.h" @@ -35,7 +37,6 @@ #include "RenderProperties.h" #include "pipeline/skia/SkiaDisplayList.h" #include "pipeline/skia/SkiaLayer.h" -#include "utils/FatVector.h" #include <vector> |