diff options
author | 2020-05-01 23:27:43 +0000 | |
---|---|---|
committer | 2020-05-01 23:27:43 +0000 | |
commit | 21b6e912c2ac02e20bc81f99967b108a2386bb4f (patch) | |
tree | 8c189bb5c2c9864edfe666c0acc118b2ed751483 /libs/hwui/RenderNode.h | |
parent | 7714a182367fc96689452f268c33335f0c3fdd9a (diff) | |
parent | b624af3dca0f80a8b6e924920d6c6054bbffdd31 (diff) |
Merge "Revert^2 "hwui: remove FatVector"" into rvc-dev
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> |