commit | fd03d4a829efe2d77a712fd991927c55f59a2ffe | [log] [tgz] |
---|---|---|
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jul 17 21:39:42 2013 +0000 |
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jul 17 21:39:42 2013 +0000 |
tree | b207777f1e3fe70b5823a2bc166a75c71f311036 | |
parent | 5dd567c2a55c16c8bc2668902cdfce1734dfae8f [diff] [blame] |
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
diff --git a/src/gpu/GrTextContext.cpp b/src/gpu/GrTextContext.cpp index c929d0c..c9e6d17 100644 --- a/src/gpu/GrTextContext.cpp +++ b/src/gpu/GrTextContext.cpp
@@ -80,7 +80,7 @@ const GrClipData* clipData = context->getClip(); - GrRect devConservativeBound; + SkRect devConservativeBound; clipData->fClipStack->getConservativeBounds( -clipData->fOrigin.fX, -clipData->fOrigin.fY,