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

Commit 7d122024 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

am: 65c45092

Change-Id: Iad71df535591c43fcf4f59607787adcb0aa9c7ca
parents 3bf4f0ac 65c45092
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;