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

Unified Diff: src/gpu/GrTest.cpp

Issue 1332923003: Remove batchtracker (Closed) Base URL: https://skia.googlesource.com/skia.git@latecreatepathprocessor
Patch Set: tweaks Created 5 years, 3 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/GrTest.cpp
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
index 10ce244122986d666e8c26962f851b55e73683f0..1a601b8a07ca6a7ba3a4856248fce88d063dd940 100644
--- a/src/gpu/GrTest.cpp
+++ b/src/gpu/GrTest.cpp
@@ -192,8 +192,7 @@ public:
WritePixelTempDrawInfo*) override { return false; }
void buildProgramDesc(GrProgramDesc*,const GrPrimitiveProcessor&,
- const GrPipeline&,
- const GrBatchTracker&) const override {}
+ const GrPipeline&) const override {}
bsalomon 2015/09/10 18:55:30 one line?
joshualitt 2015/09/10 20:08:05 doesn't fit
void discard(GrRenderTarget*) override {}

Powered by Google App Engine
This is Rietveld 408576698