| Index: src/gpu/GrRectanizer_skyline.cpp
|
| diff --git a/src/gpu/GrRectanizer_skyline.cpp b/src/gpu/GrRectanizer_skyline.cpp
|
| old mode 100755
|
| new mode 100644
|
| index 44da1c326a1295fc20c9b071f4b4fba004a531c1..32fd410862759fd9a98fb4e856182ce0dd43217c
|
| --- a/src/gpu/GrRectanizer_skyline.cpp
|
| +++ b/src/gpu/GrRectanizer_skyline.cpp
|
| @@ -118,5 +118,5 @@ void GrRectanizerSkyline::addSkylineLevel(int skylineIndex, int x, int y, int wi
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| GrRectanizer* GrRectanizer::Factory(int width, int height) {
|
| - return SkNEW_ARGS(GrRectanizerSkyline, (width, height));
|
| + return new GrRectanizerSkyline(width, height);
|
| }
|
|
|