Index: src/gpu/GrSurface.cpp |
diff --git a/src/gpu/GrSurface.cpp b/src/gpu/GrSurface.cpp |
index 382550e41fc43f512600a844758002984ab76fbf..886945c71036052812e3e0e003ad931b1dfd672d 100644 |
--- a/src/gpu/GrSurface.cpp |
+++ b/src/gpu/GrSurface.cpp |
@@ -100,8 +100,8 @@ bool GrSurface::writePixels(int left, int top, int width, int height, |
if (nullptr == context) { |
return false; |
} |
- return context->writeSurfacePixels(this, left, top, width, height, config, buffer, rowBytes, |
- pixelOpsFlags); |
+ return context->writeSurfacePixels(this, left, top, width, height, config, buffer, |
+ rowBytes, pixelOpsFlags); |
} |
bool GrSurface::readPixels(int left, int top, int width, int height, |