aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrSmallPathRenderer.h
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2017-11-27 12:26:31 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-27 20:59:47 +0000
commit3968ff9acaba9b5d18b052ff4e3a68c37769c6ce (patch)
tree9ba7d452b51cf8104f6e4fbea62255fdfa051004 /src/gpu/ops/GrSmallPathRenderer.h
parent210883c86e53020b5fb2570e5b09f36eb4054b2c (diff)
Include opList ids in GrOnFlushCallbackObject::postFlush
Bug: skia:7190 Change-Id: Id20117ffc4ed5b875558473497507fd5cb12aa39 Reviewed-on: https://skia-review.googlesource.com/74641 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
Diffstat (limited to 'src/gpu/ops/GrSmallPathRenderer.h')
-rw-r--r--src/gpu/ops/GrSmallPathRenderer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/ops/GrSmallPathRenderer.h b/src/gpu/ops/GrSmallPathRenderer.h
index 8794f1b42c..b4fba10943 100644
--- a/src/gpu/ops/GrSmallPathRenderer.h
+++ b/src/gpu/ops/GrSmallPathRenderer.h
@@ -36,7 +36,8 @@ public:
void preFlush(GrOnFlushResourceProvider*, const uint32_t*, int,
SkTArray<sk_sp<GrRenderTargetContext>>*) override {}
- void postFlush(GrDeferredUploadToken startTokenForNextFlush) override {
+ void postFlush(GrDeferredUploadToken startTokenForNextFlush,
+ const uint32_t* opListIDs, int numOpListIDs) override {
if (fAtlas) {
fAtlas->compact(startTokenForNextFlush);
}