aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-07-12 16:20:23 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-16 19:09:19 +0000
commit7fc52996c6d7f86ae524ee69f2f4fdd984050928 (patch)
tree26ae45e0700b92a1671e43d885002d5b2902d8f5 /dm
parentc45a5c559365b2e04c89a3ef09752e5c1bb24aa2 (diff)
Test GrContextOptions persistent cache on linux/quadrop400 bots.
Change-Id: I181ed6d294774a9c6886fde8252bfdde99adc572 Reviewed-on: https://skia-review.googlesource.com/140982 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'dm')
-rw-r--r--dm/DMSrcSink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp
index d524b1bea2..4f139eb634 100644
--- a/dm/DMSrcSink.cpp
+++ b/dm/DMSrcSink.cpp
@@ -1653,7 +1653,7 @@ Error GPUPersistentCacheTestingSink::draw(const Src& src, SkBitmap* dst, SkWStre
if (!refErr.isEmpty()) {
return refErr;
}
- SkASSERT(memoryCache.numCacheMisses());
+ SkASSERT(!memoryCache.numCacheMisses());
return compare_bitmaps(reference, *dst);
}