Index: sky/engine/core/painting/CanvasPath.h |
diff --git a/sky/engine/core/painting/CanvasPath.h b/sky/engine/core/painting/CanvasPath.h |
index 05d94e0757177274b33cb2666f77a440431e15b8..96f28ae28233f7226e3eee7c43458f546954aee1 100644 |
--- a/sky/engine/core/painting/CanvasPath.h |
+++ b/sky/engine/core/painting/CanvasPath.h |
@@ -38,7 +38,7 @@ public: |
void arcTo(const Rect& rect, float startAngle, float sweepAngle, bool forceMoveTo) |
{ |
- m_path.arcTo(rect.sk_rect, startAngle, sweepAngle, forceMoveTo); |
+ m_path.arcTo(rect.skRect, startAngle, sweepAngle, forceMoveTo); |
} |
void close() |