commit | ce9762b57feccb32088328933937a10771cb9c53 | [log] [tgz] |
---|---|---|
author | rnlee <rnlee@google.com> | Fri May 21 15:40:53 2021 -0700 |
committer | Rachel Lee <rnlee@google.com> | Sat May 22 00:12:43 2021 +0000 |
tree | b5397d5e5535bb2df5c6d77653bb339fa02fc177 | |
parent | 53e5b2d923384fbf669e3d4be67b9e051e640f9d [diff] [blame] |
Use TraceUtils.h from gui shared library. Test: It makes Bug: 183120308 Change-Id: I331262dd2da59817031f0c708f4c102041dcb5e0
diff --git a/libs/hwui/HardwareBitmapUploader.cpp b/libs/hwui/HardwareBitmapUploader.cpp index 859a555..db3a108 100644 --- a/libs/hwui/HardwareBitmapUploader.cpp +++ b/libs/hwui/HardwareBitmapUploader.cpp
@@ -24,10 +24,10 @@ #include <GrDirectContext.h> #include <SkCanvas.h> #include <SkImage.h> +#include <gui/TraceUtils.h> #include <utils/GLUtils.h> #include <utils/NdkUtils.h> #include <utils/Trace.h> -#include <utils/TraceUtils.h> #include <thread>