diff options
author | 2020-05-01 23:28:37 +0000 | |
---|---|---|
committer | 2020-05-01 23:28:37 +0000 | |
commit | efe501a9894bc739b8de41b1a68a1fc9c8c7076a (patch) | |
tree | 42c7098de001936e8d8976a8b93d1039ec418738 /libs/hwui/RenderNode.h | |
parent | 3aaf8a9e0eea5235ffe4a3e43ab8c7edddbbe4da (diff) | |
parent | 21b6e912c2ac02e20bc81f99967b108a2386bb4f (diff) |
Merge "Revert^2 "hwui: remove FatVector"" into rvc-dev am: 21b6e912c2
Change-Id: Iaf1f1074609bb45520bdbd85571c4976e76638fd
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> |