commit | 3b0d488e87bf602998749e27ad5b555122895a90 | [log] [tgz] |
---|---|---|
author | Pablo Ceballos <pceballos@google.com> | Fri Oct 23 16:20:19 2015 -0700 |
committer | Pablo Ceballos <pceballos@google.com> | Fri Oct 30 11:06:08 2015 -0700 |
tree | cfdf3dc51c894a17d1cd1c0e7a5118ca707d2bce | |
parent | c899c322ab49639c1e1b012bb5a8b7d52f8497f4 [diff] [blame] |
Finish up the Rect constructor cleanup Bug 18173359 Change-Id: I36e83ba4e9ce9884533952d8321d22f666cc8a06
diff --git a/include/gui/CpuConsumer.h b/include/gui/CpuConsumer.h index f9d0e7d..b7aa463 100644 --- a/include/gui/CpuConsumer.h +++ b/include/gui/CpuConsumer.h
@@ -74,7 +74,7 @@ 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),