aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTextContext.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-17 21:39:42 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-17 21:39:42 +0000
commitfd03d4a829efe2d77a712fd991927c55f59a2ffe (patch)
treeb207777f1e3fe70b5823a2bc166a75c71f311036 /include/gpu/GrTextContext.h
parent5dd567c2a55c16c8bc2668902cdfce1734dfae8f (diff)
Replace all instances of GrRect with SkRect.
And remove the typedef in GrRect.h. The same with GrIRect. R=robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/19449002 git-svn-id: http://skia.googlecode.com/svn/trunk@10130 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrTextContext.h')
-rw-r--r--include/gpu/GrTextContext.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/gpu/GrTextContext.h b/include/gpu/GrTextContext.h
index 348f3abb45..5204da4b01 100644
--- a/include/gpu/GrTextContext.h
+++ b/include/gpu/GrTextContext.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2010 Google Inc.
*
@@ -6,8 +5,6 @@
* found in the LICENSE file.
*/
-
-
#ifndef GrTextContext_DEFINED
#define GrTextContext_DEFINED
@@ -53,7 +50,7 @@ private:
GrTexture* fCurrTexture;
int fCurrVertex;
- GrIRect fClipRect;
+ SkIRect fClipRect;
GrContext::AutoMatrix fAutoMatrix;
};