diff options
author | Derek Sollenberger <djsollen@google.com> | 2019-07-19 16:17:12 -0400 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2019-07-29 14:57:14 -0400 |
commit | 5d0ca63d9c2b15b7a61b5e523790e490d23b7500 (patch) | |
tree | 072e5a1b7d76413dac7250c15feccf22b9f52d84 /libs/hwui/RenderNode.cpp | |
parent | ffb28a2455a60dcb47922f8d53b1583543572e7d (diff) |
Isolate the graphics classes into their own static lib
Update additional headers to include-what-you-use to resolve
compiler errors related to moving include paths.
Test: CtsUiRenderingTestCases
Change-Id: I230408a53610ad1926f9e46d5aff66f52fec4a3a
Diffstat (limited to 'libs/hwui/RenderNode.cpp')
-rw-r--r-- | libs/hwui/RenderNode.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/RenderNode.cpp b/libs/hwui/RenderNode.cpp index 8aee8f5b1848..8eb5e3d3dfbc 100644 --- a/libs/hwui/RenderNode.cpp +++ b/libs/hwui/RenderNode.cpp @@ -20,6 +20,7 @@ #include "Debug.h" #include "TreeInfo.h" #include "VectorDrawable.h" +#include "private/hwui/WebViewFunctor.h" #ifdef __ANDROID__ #include "renderthread/CanvasContext.h" #else |