Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: src/gpu/batches/GrVertexBatch.h

Issue 2078483002: Start using GrGpuCommandBuffer in GrDrawTarget. (Closed) Base URL: https://skia.googlesource.com/skia.git@memoryWAR
Patch Set: clean up Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/batches/GrVertexBatch.h
diff --git a/src/gpu/batches/GrVertexBatch.h b/src/gpu/batches/GrVertexBatch.h
index 19475a7afd5eee62541c69c15599385a293bce74..8c55b17683484be960d4733559f882ac9ccdb56d 100644
--- a/src/gpu/batches/GrVertexBatch.h
+++ b/src/gpu/batches/GrVertexBatch.h
@@ -63,7 +63,7 @@ protected:
private:
void onPrepare(GrBatchFlushState* state) final;
- void onDraw(GrBatchFlushState* state) final;
+ void onDraw(GrBatchFlushState* state, GrGpuCommandBuffer* buffer) final;
virtual void onPrepareDraws(Target*) const = 0;

Powered by Google App Engine
This is Rietveld 408576698