diff options
| author | Romain Guy <romainguy@google.com> | 2010-10-04 17:10:58 -0700 |
|---|---|---|
| committer | Romain Guy <romainguy@google.com> | 2010-10-04 17:12:16 -0700 |
| commit | 11fd654a90359043e17ac78c1a3d6578c38b5c42 (patch) | |
| tree | d4129f209cb6a4fafc41adc5260f34a9e095d320 /libs/hwui | |
| parent | 3b3e457c270a4bc5fe3047e815b5867d99b36f8a (diff) | |
| download | frameworks_base-11fd654a90359043e17ac78c1a3d6578c38b5c42.zip frameworks_base-11fd654a90359043e17ac78c1a3d6578c38b5c42.tar.gz frameworks_base-11fd654a90359043e17ac78c1a3d6578c38b5c42.tar.bz2 | |
Reorder logs.
Change-Id: I4adbd53662e1f509c860898c8ff9d19eaabd6d5b
Diffstat (limited to 'libs/hwui')
| -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 a4933c0..2952a66 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 |
