diff options
| author | 2022-12-09 22:05:27 +0000 | |
|---|---|---|
| committer | 2022-12-09 22:05:27 +0000 | |
| commit | c62024fb165d01f03d2bf8465fe619d3844c2fc6 (patch) | |
| tree | f679ceb9d32862143b3e1c2771fd4e153e6be626 /libs/gui/ISurfaceComposer.cpp | |
| parent | 1b3801e313c73514e25c75705126339b1d496f91 (diff) | |
| parent | c50b4988e93872bfe023a4e099548f84bdfd998d (diff) | |
Merge "Migrate ITransactionCompletedListener to AIDL"
Diffstat (limited to 'libs/gui/ISurfaceComposer.cpp')
| -rw-r--r-- | libs/gui/ISurfaceComposer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/ISurfaceComposer.cpp b/libs/gui/ISurfaceComposer.cpp index a77ca04943..a0e75ffe49 100644 --- a/libs/gui/ISurfaceComposer.cpp +++ b/libs/gui/ISurfaceComposer.cpp @@ -42,6 +42,7 @@ using namespace aidl::android::hardware::graphics; namespace android { +using gui::CallbackId; using gui::DisplayCaptureArgs; using gui::IDisplayEventConnection; using gui::IRegionSamplingListener; |