diff options
author | Tim Murray <timmurray@google.com> | 2020-02-04 22:23:16 -0800 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2020-02-07 17:57:44 +0000 |
commit | 0865f2e7b22ceab8d1cc28092b8e361990882c78 (patch) | |
tree | ec1fd40145d83de9e55a9b2280d3f50180b864c8 /libs/hwui/pipeline/skia/ReorderBarrierDrawables.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/pipeline/skia/ReorderBarrierDrawables.h')
-rw-r--r-- | libs/hwui/pipeline/skia/ReorderBarrierDrawables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h index cfc0f9b258da..d669f84c5ee2 100644 --- a/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h +++ b/libs/hwui/pipeline/skia/ReorderBarrierDrawables.h @@ -21,7 +21,7 @@ #include <SkCanvas.h> #include <SkDrawable.h> -#include <utils/FatVector.h> +#include <ui/FatVector.h> namespace android { namespace uirenderer { |