From fd03d4a829efe2d77a712fd991927c55f59a2ffe Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 17 Jul 2013 21:39:42 +0000 Subject: 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 --- src/gpu/GrRectanizer.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/gpu/GrRectanizer.h') diff --git a/src/gpu/GrRectanizer.h b/src/gpu/GrRectanizer.h index 44d14a1c03..bacf4fddac 100644 --- a/src/gpu/GrRectanizer.h +++ b/src/gpu/GrRectanizer.h @@ -1,4 +1,3 @@ - /* * Copyright 2010 Google Inc. * @@ -6,12 +5,10 @@ * found in the LICENSE file. */ - - #ifndef GrRectanizer_DEFINED #define GrRectanizer_DEFINED -#include "GrRect.h" +#include "GrPoint.h" class GrRectanizerPurgeListener { public: -- cgit v1.2.3