commit | 11fd654a90359043e17ac78c1a3d6578c38b5c42 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Mon Oct 04 17:10:58 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Mon Oct 04 17:12:16 2010 -0700 |
tree | d4129f209cb6a4fafc41adc5260f34a9e095d320 | |
parent | 3b3e457c270a4bc5fe3047e815b5867d99b36f8a [diff] [blame] |
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