Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a712e4fc authored by Sally Qi's avatar Sally Qi Committed by Android (Google) Code Review
Browse files

Merge "[Lut HAL] change func name to takeDisplayLut instead." into main

parents 5c0e63c0 420a72f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ class ComposerClientReader {
    }

    // Get the lut(s) requested by hardware composer.
    std::vector<Lut> takeLuts(int64_t display) {
    std::vector<Lut> takeDisplayLuts(int64_t display) {
        LOG_ALWAYS_FATAL_IF(mDisplay && display != *mDisplay);
        auto found = mReturnData.find(display);