aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrClipData.cpp')
-rw-r--r--src/gpu/GrClipData.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpu/GrClipData.cpp b/src/gpu/GrClipData.cpp
index ce9dcdf44f..22b43710f8 100644
--- a/src/gpu/GrClipData.cpp
+++ b/src/gpu/GrClipData.cpp
@@ -1,4 +1,3 @@
-
/*
* Copyright 2010 Google Inc.
*
@@ -7,8 +6,9 @@
*/
#include "GrClipData.h"
+
#include "GrSurface.h"
-#include "GrRect.h"
+#include "SkRect.h"
///////////////////////////////////////////////////////////////////////////////
@@ -19,9 +19,9 @@
* isIntersectionOfRects will be set to true.
*/
void GrClipData::getConservativeBounds(const GrSurface* surface,
- GrIRect* devResult,
+ SkIRect* devResult,
bool* isIntersectionOfRects) const {
- GrRect devBounds;
+ SkRect devBounds;
fClipStack->getConservativeBounds(-fOrigin.fX,
-fOrigin.fY,