Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index fd134eae2ca8d1eb0f7ce738482da04ce1e66f5d..0fef7a2015e867f96f9d4679207dd1ffea930c51 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -93,7 +93,7 @@ public: |
* |
* @return The texture object if successful, otherwise nullptr. |
*/ |
- GrTexture* createTexture(const GrSurfaceDesc& desc, bool budgeted, |
+ GrTexture* createTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted, |
const void* srcData, size_t rowBytes); |
/** |