diff options
Diffstat (limited to 'libs/hwui/PathTessellator.h')
| -rw-r--r-- | libs/hwui/PathTessellator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathTessellator.h b/libs/hwui/PathTessellator.h index 85797fc..e0044e8 100644 --- a/libs/hwui/PathTessellator.h +++ b/libs/hwui/PathTessellator.h @@ -102,7 +102,7 @@ private: class PathTessellator { public: - static void expandBoundsForStroke(SkRect& bounds, const SkPaint* paint, bool forceExpand); + static void expandBoundsForStroke(SkRect& bounds, const SkPaint* paint); static void tessellatePath(const SkPath& path, const SkPaint* paint, const mat4 *transform, VertexBuffer& vertexBuffer); |
