aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2016-08-15 08:06:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-15 08:06:29 -0700
commita95d46b4ac8e41c9beb2b750cd389b1c6ebaf0a7 (patch)
tree31ce237b1f3931a9ccdc4d41672d5762b58e8abe /src/gpu/GrContext.cpp
parentced26a3d6b77d3a6744a8ccb8eff23eda45fc867 (diff)
Fix copying of data in vulkan testing texture
Diffstat (limited to 'src/gpu/GrContext.cpp')
-rw-r--r--src/gpu/GrContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
index e238911f49..06c27ea2cf 100644
--- a/src/gpu/GrContext.cpp
+++ b/src/gpu/GrContext.cpp
@@ -655,7 +655,7 @@ sk_sp<GrDrawContext> GrContextPriv::makeBackendRenderTargetDrawContext(
}
sk_sp<GrDrawContext> GrContextPriv::makeBackendTextureAsRenderTargetDrawContext(
- const GrBackendTextureDesc& desc,
+ const GrBackendTextureDesc& desc,
sk_sp<SkColorSpace> colorSpace,
const SkSurfaceProps* surfaceProps) {
ASSERT_SINGLE_OWNER_PRIV