Index: src/gpu/SkGrPixelRef.cpp |
diff --git a/src/gpu/SkGrPixelRef.cpp b/src/gpu/SkGrPixelRef.cpp |
index feac9b10f373bc4e9300617a329db689cc40d0b5..fcf22e350b02aef0ab2b2924775993d7f9c14977 100644 |
--- a/src/gpu/SkGrPixelRef.cpp |
+++ b/src/gpu/SkGrPixelRef.cpp |
@@ -54,7 +54,7 @@ bool SkROLockPixelsPixelRef::onLockPixelsAreWritable() const { |
/////////////////////////////////////////////////////////////////////////////// |
static SkGrPixelRef* copy_to_new_texture_pixelref(GrTexture* texture, SkColorType dstCT, |
- const SkIRect* subset) { |
+ const SkIRect* subset) { |
if (NULL == texture || kUnknown_SkColorType == dstCT) { |
return NULL; |
} |