aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/GrClipMaskManager.cpp1
-rw-r--r--src/gpu/gl/GrGLSL.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp
index 1a10336172..3709acfc6a 100644
--- a/src/gpu/GrClipMaskManager.cpp
+++ b/src/gpu/GrClipMaskManager.cpp
@@ -1037,4 +1037,3 @@ void GrClipMaskManager::adjustPathStencilParams(GrStencilSettings* settings) {
this->adjustStencilParams(settings, clipMode, stencilBits);
}
}
-
diff --git a/src/gpu/gl/GrGLSL.cpp b/src/gpu/gl/GrGLSL.cpp
index 3dfd5e50ed..f0088fcdf8 100644
--- a/src/gpu/gl/GrGLSL.cpp
+++ b/src/gpu/gl/GrGLSL.cpp
@@ -89,4 +89,3 @@ void GrGLSLMulVarBy4f(SkString* outAppend,
}
outAppend->appendf("%s *= %s;\n", vec4VarName, mulFactor.c_str());
}
-