aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpu.cpp
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/gl/GrGLGpu.cpp
parentbada1885da479d948f065182d6dfa85a1140bda5 (diff)
Don't ref/unref the static src-over xp
Diffstat (limited to 'src/gpu/gl/GrGLGpu.cpp')
-rw-r--r--src/gpu/gl/GrGLGpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp
index 32242c5015..f5c646c86f 100644
--- a/src/gpu/gl/GrGLGpu.cpp
+++ b/src/gpu/gl/GrGLGpu.cpp
@@ -1495,7 +1495,7 @@ void GrGLGpu::flushScissor(const GrScissorState& scissorState,
bool GrGLGpu::flushGLState(const DrawArgs& args) {
GrXferProcessor::BlendInfo blendInfo;
const GrPipeline& pipeline = *args.fPipeline;
- args.fPipeline->getXferProcessor()->getBlendInfo(&blendInfo);
+ args.fPipeline->getXferProcessor().getBlendInfo(&blendInfo);
this->flushColorWrite(blendInfo.fWriteColor);
this->flushDrawFace(pipeline.getDrawFace());