| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 337f400056f87c9d48d7d536c6ae3d30568a4c55..5df18261a956d428ca522018f0765a103ce76c28 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -1954,7 +1954,7 @@ SkBaseDevice* SkGpuDevice::onCreateDevice(const CreateInfo& cinfo, const SkPaint
|
| texture->asRenderTarget(), cinfo.fInfo.width(), cinfo.fInfo.height(), &props, flags);
|
| } else {
|
| SkErrorInternals::SetError( kInternalError_SkError,
|
| - "---- failed to create compatible device texture [%d %d]\n",
|
| + "---- failed to create gpu device texture [%d %d]\n",
|
| cinfo.fInfo.width(), cinfo.fInfo.height());
|
| return NULL;
|
| }
|
|
|