diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-14 03:04:00 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-02-14 03:04:00 +0000 |
commit | 6c85473c4816f59ea7727e2457335265b2988599 (patch) | |
tree | 47dc1e5854953a4f9b16698b0097bbad54713a8e /libs/gui/tests/EndToEndNativeInputTest.cpp | |
parent | b4c34503d74a91b575cb3d021ab3d0694dd08902 (diff) | |
parent | e755d04ebe55ee37ead0fe678970a7720935de7e (diff) |
Snap for 6206568 from e755d04ebe55ee37ead0fe678970a7720935de7e to rvc-release
Change-Id: Iaba7741ffd008d1657006f9c14c91c64b2c5bdcb
Diffstat (limited to 'libs/gui/tests/EndToEndNativeInputTest.cpp')
-rw-r--r-- | libs/gui/tests/EndToEndNativeInputTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/gui/tests/EndToEndNativeInputTest.cpp b/libs/gui/tests/EndToEndNativeInputTest.cpp index 1a623e21dc..c59afba87c 100644 --- a/libs/gui/tests/EndToEndNativeInputTest.cpp +++ b/libs/gui/tests/EndToEndNativeInputTest.cpp @@ -82,7 +82,8 @@ public: int width, int height) { sp<SurfaceControl> surfaceControl = scc->createSurface(String8("Test Surface"), 0 /* bufHeight */, 0 /* bufWidth */, - PIXEL_FORMAT_RGBA_8888, ISurfaceComposerClient::eFXSurfaceColor); + PIXEL_FORMAT_RGBA_8888, + ISurfaceComposerClient::eFXSurfaceEffect); return std::make_unique<InputSurface>(surfaceControl, width, height); } |