diff options
| author | 2022-06-27 09:41:18 +0000 | |
|---|---|---|
| committer | 2022-06-27 09:41:18 +0000 | |
| commit | 41141d0d151793bc965ae81cb88eb2186b6fc7a2 (patch) | |
| tree | 126596de28d225c963ddc3fb6c2fd4247beeef38 /libs/input/SpriteController.h | |
| parent | 89d889f2c2ade1213212b9e9548d0cfba9832f84 (diff) | |
| parent | 2b5cd1743f5701d60c90c85dc710fc771e90c5e8 (diff) | |
Merge "Reduce setInputWindows call (2/2)"
Diffstat (limited to 'libs/input/SpriteController.h')
| -rw-r--r-- | libs/input/SpriteController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/SpriteController.h b/libs/input/SpriteController.h index 2e9cb9685c46..1f113c045360 100644 --- a/libs/input/SpriteController.h +++ b/libs/input/SpriteController.h @@ -265,7 +265,7 @@ private: void doDisposeSurfaces(); void ensureSurfaceComposerClient(); - sp<SurfaceControl> obtainSurface(int32_t width, int32_t height); + sp<SurfaceControl> obtainSurface(int32_t width, int32_t height, int32_t displayId); }; } // namespace android |