| Index: src/gpu/GrRectanizer_pow2.cpp
 | 
| diff --git a/src/gpu/GrRectanizer_pow2.cpp b/src/gpu/GrRectanizer_pow2.cpp
 | 
| index 2d443cab8c6661ef0a06d36c67255dbe7964f223..7091a57db1c4d00faf4899316524346683789b8e 100644
 | 
| --- a/src/gpu/GrRectanizer_pow2.cpp
 | 
| +++ b/src/gpu/GrRectanizer_pow2.cpp
 | 
| @@ -56,5 +56,5 @@ bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) {
 | 
|  
 | 
|  // factory is now in GrRectanizer_skyline.cpp
 | 
|  //GrRectanizer* GrRectanizer::Factory(int width, int height) {
 | 
| -//    return SkNEW_ARGS(GrRectanizerPow2, (width, height));
 | 
| +//    return new GrRectanizerPow2  (width, height);
 | 
|  //}
 | 
| 
 |