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

Unified Diff: tests/ResourceCacheTest.cpp

Issue 2291203002: Remove custom data from GrGpuResource (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « src/gpu/GrGpuResource.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ResourceCacheTest.cpp
diff --git a/tests/ResourceCacheTest.cpp b/tests/ResourceCacheTest.cpp
index 289fdd9eb8285cd456c176b9f30cfbb05a90f057..24a748d371440af2bd1b4fb37c547e6759ceb737 100644
--- a/tests/ResourceCacheTest.cpp
+++ b/tests/ResourceCacheTest.cpp
@@ -1282,8 +1282,6 @@ static void test_abandoned(skiatest::Reporter* reporter) {
robertphillips 2016/08/30 16:38:37 Can we rm foo & data too ?
int foo = 4132;
sk_sp<SkData> data(SkData::MakeWithCopy(&foo, sizeof(foo)));
- resource->setCustomData(data.get());
- resource->getCustomData();
resource->getUniqueID();
resource->getUniqueKey();
resource->wasDestroyed();
« no previous file with comments | « src/gpu/GrGpuResource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698