aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrDrawBatch.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-12-21 13:12:54 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-21 13:12:55 -0800
commit2047b7855546b21f7956c398592c070b3f91a9db (patch)
tree1d1c46f1e3248373f58c0d72b897077621b6ea00 /src/gpu/batches/GrDrawBatch.h
parentbada1885da479d948f065182d6dfa85a1140bda5 (diff)
Don't ref/unref the static src-over xp
Diffstat (limited to 'src/gpu/batches/GrDrawBatch.h')
-rw-r--r--src/gpu/batches/GrDrawBatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrDrawBatch.h b/src/gpu/batches/GrDrawBatch.h
index 9401c67501..4d4209ab40 100644
--- a/src/gpu/batches/GrDrawBatch.h
+++ b/src/gpu/batches/GrDrawBatch.h
@@ -83,7 +83,7 @@ public:
this->pipeline()->getCoverageFragmentProcessor(i).name(),
this->pipeline()->getCoverageFragmentProcessor(i).dumpInfo().c_str());
}
- string.appendf("XP: %s\n", this->pipeline()->getXferProcessor()->name());
+ string.appendf("XP: %s\n", this->pipeline()->getXferProcessor().name());
return string;
}