commit | 8b2f5267f16c295f12faab810527cd6311997e34 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Sun Jan 23 16:15:02 2011 -0800 |
committer | Romain Guy <romainguy@google.com> | Sun Jan 23 16:15:02 2011 -0800 |
tree | 2f81ab177ebfadee474c44f3aa8e44cdc539665e | |
parent | c1cd9ba335b293f11e1082447ef08e474710a05f [diff] [blame] |
Add support for arcs. Change-Id: I96c057ff4eb1b464b03f132da0b85333777bee4f
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 3bac422..0a9335f 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h
@@ -164,6 +164,7 @@ CircleShapeCache circleShapeCache; OvalShapeCache ovalShapeCache; RectShapeCache rectShapeCache; + ArcShapeCache arcShapeCache; PatchCache patchCache; TextDropShadowCache dropShadowCache; FboCache fboCache;