aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRectanizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrRectanizer.cpp')
-rw-r--r--src/gpu/GrRectanizer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrRectanizer.cpp b/src/gpu/GrRectanizer.cpp
index 652cc29742..75ff92c7ee 100644
--- a/src/gpu/GrRectanizer.cpp
+++ b/src/gpu/GrRectanizer.cpp
@@ -119,5 +119,3 @@ bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
GrRectanizer* GrRectanizer::Factory(int width, int height) {
return SkNEW_ARGS(GrRectanizerPow2, (width, height));
}
-
-