| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index 79bbb5cb36f9128456a1f5cd51a556ae64ffb6dc..f53f7fbb8455b58f2ef33c5dbcfd2bd012661a97 100644
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2011 Google Inc.
|
| *
|
| @@ -268,7 +267,7 @@ bool GrContext::writeSurfacePixels(GrSurface* surface,
|
| }
|
|
|
| GrGpu::WritePixelTempDrawInfo tempDrawInfo;
|
| - if (!fGpu->getWritePixelsInfo(surface, width, height, rowBytes, srcConfig, &drawPreference,
|
| + if (!fGpu->getWritePixelsInfo(surface, width, height, srcConfig, &drawPreference,
|
| &tempDrawInfo)) {
|
| return false;
|
| }
|
|
|