Index: src/gpu/GrDrawTarget.h |
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h |
index 682dd2de3300fdf718db2acb26a780c810259977..d0fc8ee199150c48719955cd0b7f74c55d6f6760 100644 |
--- a/src/gpu/GrDrawTarget.h |
+++ b/src/gpu/GrDrawTarget.h |
@@ -96,10 +96,11 @@ public: |
void reset(); |
/** |
- * Together these two functions flush all queued up draws to the Gpu. |
+ * Together these two functions flush all queued up draws to GrCommandBuffer. The return value |
robertphillips
2016/08/31 17:48:07
"o f" ?
bsalomon
2016/08/31 18:23:16
Done.
|
+ * o fdrawBatches() indicates whether any commands were actually issued to the GPU. |
*/ |
void prepareBatches(GrBatchFlushState* flushState); |
- void drawBatches(GrBatchFlushState* flushState); |
+ bool drawBatches(GrBatchFlushState* flushState); |
/** |
* Gets the capabilities of the draw target. |