diff options
| author | 2022-11-22 18:18:12 +0000 | |
|---|---|---|
| committer | 2022-11-22 18:18:12 +0000 | |
| commit | 898eca1ef77988be89a6ed44b41ffba74aa9c09c (patch) | |
| tree | 8b5f483f05e3d896ec2e784d1833c63eedd93b18 /libs/gui | |
| parent | fd2e7d3223b688f5a39cbb8de8418f48ccb4af0d (diff) | |
| parent | dc4d31bc876d5965bfe68b5f84db9b5149613131 (diff) | |
Merge "SF: Introduce LayerLifecycleManager"
Diffstat (limited to 'libs/gui')
| -rw-r--r-- | libs/gui/include/gui/WindowInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/include/gui/WindowInfo.h b/libs/gui/include/gui/WindowInfo.h index ac74c8a91f..b01a3db52d 100644 --- a/libs/gui/include/gui/WindowInfo.h +++ b/libs/gui/include/gui/WindowInfo.h @@ -272,6 +272,7 @@ public: WindowInfoHandle(const WindowInfo& other); inline const WindowInfo* getInfo() const { return &mInfo; } + inline WindowInfo* editInfo() { return &mInfo; } sp<IBinder> getToken() const; |