diff options
Diffstat (limited to 'libs/hwui/TessellationCache.cpp')
| -rw-r--r-- | libs/hwui/TessellationCache.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/TessellationCache.cpp b/libs/hwui/TessellationCache.cpp index 12a3e76c9387..0835c29aee97 100644 --- a/libs/hwui/TessellationCache.cpp +++ b/libs/hwui/TessellationCache.cpp @@ -217,7 +217,7 @@ static void reverseVertexArray(Vertex* polygon, int len) {      }  } -static void tessellateShadows( +void tessellateShadows(          const Matrix4* drawTransform, const Rect* localClip,          bool isCasterOpaque, const SkPath* casterPerimeter,          const Matrix4* casterTransformXY, const Matrix4* casterTransformZ,  |