diff options
| author | 2010-10-04 17:15:15 -0700 | |
|---|---|---|
| committer | 2010-10-04 17:15:15 -0700 | |
| commit | 14e647280d66c3b759f33603cacb24f05afc33d8 (patch) | |
| tree | b9e918cfb131364ed9c308162a29f4e97012f78b | |
| parent | b6b193013d4641cbbf0170c98aebc5c3f6a2214b (diff) | |
| parent | 11fd654a90359043e17ac78c1a3d6578c38b5c42 (diff) | |
Merge "Reorder logs."
| -rw-r--r-- | libs/hwui/Caches.h | 2 |
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 |