aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r--include/gpu/GrContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 89cd171a5c..14c550c103 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -388,7 +388,7 @@ public:
*/
void drawRect(const GrPaint& paint,
const GrRect&,
- GrScalar strokeWidth = -1,
+ SkScalar strokeWidth = -1,
const GrMatrix* matrix = NULL);
/**