| Index: src/gpu/GrInOrderDrawBuffer.cpp
 | 
| diff --git a/src/gpu/GrInOrderDrawBuffer.cpp b/src/gpu/GrInOrderDrawBuffer.cpp
 | 
| index 2a2b5b6912d77bfda3cc8340d443ae614ac10215..d26850342b0f08cac6cad8f58fcccd6a1aa4b143 100644
 | 
| --- a/src/gpu/GrInOrderDrawBuffer.cpp
 | 
| +++ b/src/gpu/GrInOrderDrawBuffer.cpp
 | 
| @@ -10,7 +10,8 @@
 | 
|  // We will use the reordering buffer, unless we have NVPR.
 | 
|  // TODO move NVPR to batch so we can reorder
 | 
|  static inline bool allow_reordering(const GrCaps* caps) {
 | 
| -    return caps && caps->shaderCaps() && !caps->shaderCaps()->pathRenderingSupport();
 | 
| +    //return caps && caps->shaderCaps() && !caps->shaderCaps()->pathRenderingSupport();
 | 
| +    return false;
 | 
|  }
 | 
|  
 | 
|  GrInOrderDrawBuffer::GrInOrderDrawBuffer(GrContext* context)
 | 
| 
 |