| Index: src/gpu/GrGpu.cpp
|
| diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp
|
| index 2815f612d602707c2186d1348d8deca5ba45c426..43a75ae56759b928d66382b7479973dba7f40f58 100644
|
| --- a/src/gpu/GrGpu.cpp
|
| +++ b/src/gpu/GrGpu.cpp
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2010 Google Inc.
|
| *
|
| @@ -353,7 +352,7 @@ bool GrGpu::transferPixels(GrSurface* surface,
|
| SkASSERT(buffer);
|
|
|
| this->handleDirtyContext();
|
| - if (this->onTransferPixels(surface, left, top, width, height, config,
|
| + if (this->onTransferPixels(surface, left, top, width, height, config,
|
| buffer, offset, rowBytes)) {
|
| fStats.incTransfersToTexture();
|
| return true;
|
|
|