Chromium Code Reviews

Unified Diff: include/gpu/GrGpuResource.h

Issue 488463004: Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « bench/GrResourceCacheBench.cpp ('k') | src/gpu/GrGpuResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrGpuResource.h
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
index 17cdfc9a4cbe10e82c51e7a57545a0558729fc72..8b162823bf6e65f3f6904bc4d20d391559b8d220 100644
--- a/include/gpu/GrGpuResource.h
+++ b/include/gpu/GrGpuResource.h
@@ -90,11 +90,6 @@
uint32_t getUniqueID() const { return fUniqueID; }
protected:
-
- // This must be called by every GrGpuObject. It should be called once the object is fully
- // initialized (i.e. not in a base class constructor).
- void registerWithCache();
-
GrGpuResource(GrGpu*, bool isWrapped);
virtual ~GrGpuResource();
« no previous file with comments | « bench/GrResourceCacheBench.cpp ('k') | src/gpu/GrGpuResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine