| commit | 81712883419f76e25d2ffec38a9438284a45a48d | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 01 17:12:34 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 01 17:12:34 2012 +0000 |
| tree | d9b6eb86b01ae7e7117f56dc2d6ca4f95879b56f | |
| parent | 35ac048e357aefa6289485c8f6a50fadce23c0d2 [diff] [blame] |
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
diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h index 11a877f..b26223e 100644 --- a/src/gpu/gl/GrGLRenderTarget.h +++ b/src/gpu/gl/GrGLRenderTarget.h
@@ -11,7 +11,7 @@ #include "GrGLIRect.h" #include "GrRenderTarget.h" -#include "GrScalar.h" +#include "SkScalar.h" class GrGpuGL; class GrGLTexture;