Index: src/gpu/GrDrawTarget.cpp |
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
index 1f3b630f01d83d4ac2872ad8448f056400787a08..9fdb0f4e3533b619de6532fa929271cdefa14020 100644 |
--- a/src/gpu/GrDrawTarget.cpp |
+++ b/src/gpu/GrDrawTarget.cpp |
@@ -420,7 +420,7 @@ bool GrDrawTarget::setupDstReadIfNecessary(DrawInfo* info) { |
GrRenderTarget* rt = this->drawState()->getRenderTarget(); |
const GrClipData* clip = this->getClip(); |
- GrIRect copyRect; |
+ SkIRect copyRect; |
clip->getConservativeBounds(this->getDrawState().getRenderTarget(), ©Rect); |
SkIRect drawIBounds; |
if (info->getDevIBounds(&drawIBounds)) { |
@@ -615,9 +615,9 @@ void set_vertex_attributes(GrDrawState* drawState, bool hasUVs) { |
}; |
-void GrDrawTarget::onDrawRect(const GrRect& rect, |
+void GrDrawTarget::onDrawRect(const SkRect& rect, |
const SkMatrix* matrix, |
- const GrRect* localRect, |
+ const SkRect* localRect, |
const SkMatrix* localMatrix) { |
GrDrawState::AutoViewMatrixRestore avmr; |