summaryrefslogtreecommitdiff
path: root/libs/hwui/DisplayList.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-07-24 10:36:08 -0700
committerJohn Reck <jreck@google.com>2014-07-24 10:36:08 -0700
commit09d5cddf67b676018700bcc10a72242641cd7eec (patch)
tree92b8ab435be040a30ba9cb2d77246aaaca68e5a1 /libs/hwui/DisplayList.h
parent4f994eb2ddbe68b0eada89dcaae34c079df55c7e (diff)
Add kModeSync
Bug: 16526750 Change-Id: I4c087160e80432739321172fd57880846c8de6e0
Diffstat (limited to 'libs/hwui/DisplayList.h')
-rw-r--r--libs/hwui/DisplayList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DisplayList.h b/libs/hwui/DisplayList.h
index bfffbb4d326b..79a2f6101f5f 100644
--- a/libs/hwui/DisplayList.h
+++ b/libs/hwui/DisplayList.h
@@ -126,7 +126,7 @@ public:
SortedVector<const SkPath*> sourcePaths;
Vector<const SkRegion*> regions;
Vector<Layer*> layers;
- uint32_t functorCount;
+ Vector<Functor*> functors;
bool hasDrawOps;
bool isEmpty() {