Index: src/gpu/GrInOrderDrawBuffer.cpp |
=================================================================== |
--- src/gpu/GrInOrderDrawBuffer.cpp (revision 8471) |
+++ src/gpu/GrInOrderDrawBuffer.cpp (working copy) |
@@ -73,10 +73,10 @@ |
} |
} |
-void GrInOrderDrawBuffer::drawRect(const GrRect& rect, |
- const SkMatrix* matrix, |
- const GrRect* localRect, |
- const SkMatrix* localMatrix) { |
+void GrInOrderDrawBuffer::onDrawRect(const GrRect& rect, |
+ const SkMatrix* matrix, |
+ const GrRect* localRect, |
+ const SkMatrix* localMatrix) { |
GrDrawState::AutoColorRestore acr; |
GrDrawState* drawState = this->drawState(); |