diff options
author | rnlee <rnlee@google.com> | 2021-05-21 15:40:53 -0700 |
---|---|---|
committer | Rachel Lee <rnlee@google.com> | 2021-05-22 00:12:43 +0000 |
commit | ce9762b57feccb32088328933937a10771cb9c53 (patch) | |
tree | b5397d5e5535bb2df5c6d77653bb339fa02fc177 /libs/hwui/renderthread/CanvasContext.cpp | |
parent | 53e5b2d923384fbf669e3d4be67b9e051e640f9d (diff) |
Use TraceUtils.h from gui shared library.
Test: It makes
Bug: 183120308
Change-Id: I331262dd2da59817031f0c708f4c102041dcb5e0
Diffstat (limited to 'libs/hwui/renderthread/CanvasContext.cpp')
-rw-r--r-- | libs/hwui/renderthread/CanvasContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/CanvasContext.cpp b/libs/hwui/renderthread/CanvasContext.cpp index c1f61e08e38c..d3173056065c 100644 --- a/libs/hwui/renderthread/CanvasContext.cpp +++ b/libs/hwui/renderthread/CanvasContext.cpp @@ -26,6 +26,7 @@ #include <cstdlib> #include <functional> +#include <gui/TraceUtils.h> #include "../Properties.h" #include "AnimationContext.h" #include "Frame.h" @@ -39,7 +40,6 @@ #include "thread/CommonPool.h" #include "utils/GLUtils.h" #include "utils/TimeUtils.h" -#include "utils/TraceUtils.h" #define TRIM_MEMORY_COMPLETE 80 #define TRIM_MEMORY_UI_HIDDEN 20 |