Merge "hwc2: Add HIDL callback to getDisplayAttributes()"

This commit is contained in:
Linux Build Service Account
2017-12-12 17:34:03 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -251,6 +251,7 @@ Return<void> HWCSession::getDisplayAttributes(uint32_t configIndex,
}
}
}
_hidl_cb(error, display_attributes);
return Void();
}