diff options
author | Steven Laver <lavers@google.com> | 2020-02-14 13:17:51 -0800 |
---|---|---|
committer | Steven Laver <lavers@google.com> | 2020-02-14 13:17:51 -0800 |
commit | 34a2f2ea78ef8dd7a589b431928fa09a23dc0cd2 (patch) | |
tree | 2b8ea5832995d653377dc95426755d8be16580e8 /libs/gui/tests/EndToEndNativeInputTest.cpp | |
parent | c4ea1569cb424488584a055e7a2ff072b6737c46 (diff) | |
parent | 6c85473c4816f59ea7727e2457335265b2988599 (diff) |
Merge RP1A.200214.001
Change-Id: I8c5b0d98bfe9826b7792a2b4a97368f69e14c1c8
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 d9227c37b1..110bf925f3 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); } |