diff options
| author | 2014-06-12 13:27:30 -0700 | |
|---|---|---|
| committer | 2014-06-12 13:39:34 -0700 | |
| commit | ed4ef0bc17c33ecd7e689e3c40244a7c1c6063d0 (patch) | |
| tree | 08505b6470f84868047d22767f8f998efbff4cc4 /libs/hwui/TessellationCache.h | |
| parent | 20d3ba200a5a9c5ae3163b8f6a546eaf4fc7b606 (diff) | |
Add AA flag to TessellationCache key
bug:15539571
Change-Id: I7cf470ca962041ab3c00c740e87c6ae9a95f06a8
Diffstat (limited to 'libs/hwui/TessellationCache.h')
| -rw-r--r-- | libs/hwui/TessellationCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/TessellationCache.h b/libs/hwui/TessellationCache.h index 8f37230d7eaf..d4ff9434cee8 100644 --- a/libs/hwui/TessellationCache.h +++ b/libs/hwui/TessellationCache.h @@ -55,6 +55,7 @@ public: }; Type type; + bool aa; SkPaint::Cap cap; SkPaint::Style style; float strokeWidth; |