Index: src/gpu/gl/GrGLVertexBuffer.h |
diff --git a/src/gpu/gl/GrGLVertexBuffer.h b/src/gpu/gl/GrGLVertexBuffer.h |
index f15a5dab6382a93349412eed5999ada4a47882b6..1741adc23d8c92c620be80fbf0bba9ccd4da063f 100644 |
--- a/src/gpu/gl/GrGLVertexBuffer.h |
+++ b/src/gpu/gl/GrGLVertexBuffer.h |
@@ -45,7 +45,7 @@ protected: |
private: |
GrGpuGL* getGpuGL() const { |
- GrAssert(this->isValid()); |
+ SkASSERT(this->isValid()); |
return (GrGpuGL*)(this->getGpu()); |
} |