summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathTessellator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/PathTessellator.h')
-rw-r--r--libs/hwui/PathTessellator.h2
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);