From 81712883419f76e25d2ffec38a9438284a45a48d Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Thu, 1 Nov 2012 17:12:34 +0000 Subject: Remove GrScalar, replace with SkScalar. Review URL: https://codereview.appspot.com/6812064 git-svn-id: http://skia.googlecode.com/svn/trunk@6243 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrPoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu/GrPoint.h') diff --git a/include/gpu/GrPoint.h b/include/gpu/GrPoint.h index fd2c5a7cc1..302c4e1f27 100644 --- a/include/gpu/GrPoint.h +++ b/include/gpu/GrPoint.h @@ -12,7 +12,7 @@ #define GrPoint_DEFINED #include "GrTypes.h" -#include "GrScalar.h" +#include "SkScalar.h" #include "SkPoint.h" #define GrPoint SkPoint -- cgit v1.2.3