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

Commit 3b0d488e authored by Pablo Ceballos's avatar Pablo Ceballos
Browse files

Finish up the Rect constructor cleanup

Bug 18173359

Change-Id: I36e83ba4e9ce9884533952d8321d22f666cc8a06
parent c899c322
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ class CpuConsumer : public ConsumerBase
            height(0),
            format(PIXEL_FORMAT_NONE),
            stride(0),
            crop(0, 0, 0, 0),
            crop(Rect::EMPTY_RECT),
            transform(0),
            scalingMode(NATIVE_WINDOW_SCALING_MODE_FREEZE),
            timestamp(0),