Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: include/gpu/GrGlyph.h

Issue 19449002: Replace all instances of GrRect with SkRect. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/gpu/GrFontScaler.h ('k') | include/gpu/GrOvalRenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « include/gpu/GrFontScaler.h ('k') | include/gpu/GrOvalRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698