summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Romain Guy <romainguy@google.com> 2010-10-04 17:15:15 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-10-04 17:15:15 -0700
commit14e647280d66c3b759f33603cacb24f05afc33d8 (patch)
treeb9e918cfb131364ed9c308162a29f4e97012f78b
parentb6b193013d4641cbbf0170c98aebc5c3f6a2214b (diff)
parent11fd654a90359043e17ac78c1a3d6578c38b5c42 (diff)
Merge "Reorder logs."
-rw-r--r--libs/hwui/Caches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h
index a4933c030ab9..2952a66cc8b8 100644
--- a/libs/hwui/Caches.h
+++ b/libs/hwui/Caches.h
@@ -65,8 +65,8 @@ public:
PathCache pathCache;
PatchCache patchCache;
TextDropShadowCache dropShadowCache;
- GammaFontRenderer fontRenderer;
FboCache fboCache;
+ GammaFontRenderer fontRenderer;
Line line;
}; // class Caches