Index: src/gpu/GrGeometryProcessor.cpp |
diff --git a/src/gpu/GrGeometryProcessor.cpp b/src/gpu/GrGeometryProcessor.cpp |
index 23989cfe9223b6e97caa4143b569ff711b59fbf4..703c42e59526acb854b59be8a1e71c888ec4f99b 100644 |
--- a/src/gpu/GrGeometryProcessor.cpp |
+++ b/src/gpu/GrGeometryProcessor.cpp |
@@ -25,5 +25,3 @@ void GrGeometryProcessor::getInvariantOutputColor(GrInitInvariantOutput* out) co |
void GrGeometryProcessor::getInvariantOutputCoverage(GrInitInvariantOutput* out) const { |
this->onGetInvariantOutputCoverage(out); |
} |
- |
- |