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

Unified Diff: include/gpu/GrClipData.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/GrAARectRenderer.h ('k') | include/gpu/GrContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrClipData.h
diff --git a/include/gpu/GrClipData.h b/include/gpu/GrClipData.h
index 078b61ec35cf46a93dfac8810529a1be13b859f6..bced74183b305df03fe7476996309b04de0d0eb5 100644
--- a/include/gpu/GrClipData.h
+++ b/include/gpu/GrClipData.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2010 Google Inc.
*
@@ -6,15 +5,13 @@
* found in the LICENSE file.
*/
-
-
#ifndef GrClip_DEFINED
#define GrClip_DEFINED
-#include "GrRect.h"
#include "SkClipStack.h"
class GrSurface;
+struct SkIRect;
/**
* GrClipData encapsulates the information required to construct the clip
@@ -50,7 +47,7 @@ public:
}
void getConservativeBounds(const GrSurface* surface,
- GrIRect* devResult,
+ SkIRect* devResult,
bool* isIntersectionOfRects = NULL) const;
};
« no previous file with comments | « include/gpu/GrAARectRenderer.h ('k') | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698