| Index: src/gpu/GrClipData.cpp
|
| diff --git a/src/gpu/GrClipData.cpp b/src/gpu/GrClipData.cpp
|
| index ce9dcdf44f7172f963e5ecd660d9ec8dec816cbb..22b43710f8807a3c50938282b4586571d465b2ed 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,
|
|
|