Index: src/gpu/gl/GrGpuGL.h |
=================================================================== |
--- src/gpu/gl/GrGpuGL.h (revision 11758) |
+++ src/gpu/gl/GrGpuGL.h (working copy) |
@@ -117,10 +117,8 @@ |
virtual GrTexture* onCreateTexture(const GrTextureDesc& desc, |
const void* srcData, |
size_t rowBytes) SK_OVERRIDE; |
- virtual GrVertexBuffer* onCreateVertexBuffer(uint32_t size, |
- bool dynamic) SK_OVERRIDE; |
- virtual GrIndexBuffer* onCreateIndexBuffer(uint32_t size, |
- bool dynamic) SK_OVERRIDE; |
+ virtual GrVertexBuffer* onCreateVertexBuffer(size_t size, bool dynamic) SK_OVERRIDE; |
+ virtual GrIndexBuffer* onCreateIndexBuffer(size_t size, bool dynamic) SK_OVERRIDE; |
virtual GrPath* onCreatePath(const SkPath&, const SkStrokeRec&) SK_OVERRIDE; |
virtual GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&) SK_OVERRIDE; |
virtual GrRenderTarget* onWrapBackendRenderTarget(const GrBackendRenderTargetDesc&) SK_OVERRIDE; |