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

Unified Diff: include/gpu/GrRect.h

Issue 13852049: Add GPU support for roundrects (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove some unnecessary checks Created 7 years, 8 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
Index: include/gpu/GrRect.h
===================================================================
--- include/gpu/GrRect.h (revision 8834)
+++ include/gpu/GrRect.h (working copy)
@@ -13,9 +13,11 @@
#include "GrPoint.h"
#include "SkRect.h"
+#include "SkRRect.h"
typedef SkIRect GrIRect;
typedef SkRect GrRect;
robertphillips 2013/04/24 15:13:30 Do we really need to add a GrRRect?
jvanverth1 2013/04/24 19:02:27 Done.
+typedef SkRRect GrRRect;
struct GrIRect16 {
int16_t fLeft, fTop, fRight, fBottom;

Powered by Google App Engine
This is Rietveld 408576698