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

Commit f0f8a81d authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

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

parents b3244571 ebeed491
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;