| Index: src/gpu/GrDrawTarget.h
 | 
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
 | 
| index c21366f7365b94462cc41c4d811b2e2b66268004..1d07b9eec22725e6695fcde68d0d49a76335bc04 100644
 | 
| --- a/src/gpu/GrDrawTarget.h
 | 
| +++ b/src/gpu/GrDrawTarget.h
 | 
| @@ -570,7 +570,7 @@ public:
 | 
|      /**
 | 
|       * Used to populate the vertex and index buffer on the draw info before onDraw is called.
 | 
|       */
 | 
| -    virtual void setDrawBuffers(DrawInfo*, size_t vertexStride) = 0;;
 | 
| +    virtual void setDrawBuffers(DrawInfo*, size_t vertexStride) = 0;
 | 
|      bool programUnitTest(int maxStages);
 | 
|  
 | 
|  protected:
 | 
| 
 |