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

Commit 65c45092 authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Make sure all HWC2 functionality is ifdef'd" into oc-dev

am: f0f8a81d

Change-Id: Ibf4cf46eb5326419ec13e9924fb16afcf22cf6ec
parents 8d372ef5 f0f8a81d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,7 +114,9 @@ DisplayDevice::DisplayDevice(
      mOrientation(),
      mPowerMode(HWC_POWER_MODE_OFF),
      mActiveConfig(0),
#ifdef USE_HWC2
      mDisplayHasWideColor(supportWideColor)
#endif
{
    // clang-format on
    Surface* surface;