Index: src/gpu/gl/GrGLIRect.h |
=================================================================== |
--- src/gpu/gl/GrGLIRect.h (revision 8613) |
+++ src/gpu/gl/GrGLIRect.h (working copy) |
@@ -36,7 +36,7 @@ |
GR_GL_GetIntegerv(gl, GR_GL_VIEWPORT, (GrGLint*) this); |
} |
- // sometimes we have a GrIRect from the client that we |
+ // sometimes we have a SkIRect from the client that we |
// want to simultaneously make relative to GL's viewport |
// and (optionally) convert from top-down to bottom-up. |
void setRelativeTo(const GrGLIRect& glRect, |