Index: include/gpu/GrGlyph.h |
diff --git a/include/gpu/GrGlyph.h b/include/gpu/GrGlyph.h |
index 4945f2a58a750b31da74bc355bb2c65ec47bae67..c730f24cce61664d2197c3f4188d7510079b167f 100644 |
--- a/include/gpu/GrGlyph.h |
+++ b/include/gpu/GrGlyph.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2010 Google Inc. |
* |
@@ -6,8 +5,6 @@ |
* found in the LICENSE file. |
*/ |
- |
- |
#ifndef GrGlyph_DEFINED |
#define GrGlyph_DEFINED |
@@ -31,7 +28,7 @@ struct GrGlyph { |
GrIRect16 fBounds; |
GrIPoint16 fAtlasLocation; |
- void init(GrGlyph::PackedID packed, const GrIRect& bounds) { |
+ void init(GrGlyph::PackedID packed, const SkIRect& bounds) { |
fAtlas = NULL; |
fPath = NULL; |
fPackedID = packed; |