diff options
Diffstat (limited to 'libs')
-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 |