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),