diff options
author | Stan Iliev <stani@google.com> | 2019-09-17 14:07:23 -0400 |
---|---|---|
committer | Stan Iliev <stani@google.com> | 2019-11-08 15:37:17 +0000 |
commit | aaa9e834d443a56671eccbe97c755c253fa94afe (patch) | |
tree | e67daf0782137e572f6be35e9a24b146c4fd4b57 /libs/hwui/tests | |
parent | 707ba29a6621220c2713468bf095178dcc1e376e (diff) |
Decouple SurfaceTexture from HWUI
Remove all Skia and HWUI types from SurfaceTexture
implementation.
Move SurfaceTexture to libgui (ag/9578265).
Define private C++ API for SurfaceTexture, which is consumed
by DeferredLayerUpdater.
Move AutoBackendTextureRelease/Skia code from SurfaceTexture
to HWUI.
Test: pass CtsUiRenderingTestCases and CtsViewTestCases
Bug: 136263580
Change-Id: I3f971bb490f64a3ac0b2a66a89ba935bf7f08213
Diffstat (limited to 'libs/hwui/tests')
-rw-r--r-- | libs/hwui/tests/common/TestUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/tests/common/TestUtils.h b/libs/hwui/tests/common/TestUtils.h index e7124df72beb..91a808df3657 100644 --- a/libs/hwui/tests/common/TestUtils.h +++ b/libs/hwui/tests/common/TestUtils.h @@ -29,6 +29,7 @@ #include <gtest/gtest.h> #include <memory> +#include <unordered_map> namespace android { namespace uirenderer { |