| commit | c8dc1f74b6cdda9a43a638292a608c59c1d72d80 | [log] [tgz] |
|---|---|---|
| author | bsalomon <bsalomon@google.com> | Thu Aug 21 13:02:13 2014 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Aug 21 13:02:13 2014 -0700 |
| tree | 3a9aa5cba189d6d342520bde36f94abb3570d5c6 | |
| parent | 78fc1dbed0216f3c85445b100331645a187c424f [diff] [blame] |
Add GrResourceCache2. Currently it just replaces GrGpu as the owner of the linked list of resources. Committed: https://skia.googlesource.com/skia/+/94ce9ac8624dbb45656b8f5c992fad9c9ff3ee5f R=mtklein@google.com, robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/481443002
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp index 7cafdf7..d4ab0b7 100644 --- a/src/gpu/GrClipMaskManager.cpp +++ b/src/gpu/GrClipMaskManager.cpp
@@ -1112,8 +1112,8 @@ } //////////////////////////////////////////////////////////////////////////////// -void GrClipMaskManager::releaseResources() { - fAACache.releaseResources(); +void GrClipMaskManager::purgeResources() { + fAACache.purgeResources(); } void GrClipMaskManager::setGpu(GrGpu* gpu) {