Reorder logs.

Change-Id: I4adbd53662e1f509c860898c8ff9d19eaabd6d5b
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h
index a4933c0..2952a66 100644
--- a/libs/hwui/Caches.h
+++ b/libs/hwui/Caches.h
@@ -65,8 +65,8 @@
     PathCache pathCache;
     PatchCache patchCache;
     TextDropShadowCache dropShadowCache;
-    GammaFontRenderer fontRenderer;
     FboCache fboCache;
+    GammaFontRenderer fontRenderer;
 
     Line line;
 }; // class Caches