Index: src/gpu/GrBatchTarget.h |
diff --git a/src/gpu/GrBatchTarget.h b/src/gpu/GrBatchTarget.h |
index 61f12d81698224443d55237f6a561503753897ba..8d83d2cbd602dc5ceab3895e360142a36c975a96 100644 |
--- a/src/gpu/GrBatchTarget.h |
+++ b/src/gpu/GrBatchTarget.h |
@@ -104,7 +104,7 @@ public: |
fInlineUploads.reset(); |
} |
- const GrDrawTargetCaps& caps() const { return *fGpu->caps(); } |
+ const GrCaps& caps() const { return *fGpu->caps(); } |
GrResourceProvider* resourceProvider() const { return fGpu->getContext()->resourceProvider(); } |