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

Unified Diff: src/gpu/GrResourceCache2.h

Issue 639873002: Use presence of a content key as non-scratch indicator (Closed) Base URL: https://skia.googlesource.com/skia.git@pp
Patch Set: more Created 6 years, 2 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/GrResourceCache.cpp ('k') | src/gpu/GrResourceCache2.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrResourceCache2.h
diff --git a/src/gpu/GrResourceCache2.h b/src/gpu/GrResourceCache2.h
index d48ca0bf6d46bc7290a84f0819ebd681567e2d01..a70c416ad39bbbbb3abc8e1f50affaa1c8ba431c 100644
--- a/src/gpu/GrResourceCache2.h
+++ b/src/gpu/GrResourceCache2.h
@@ -10,7 +10,9 @@
#define GrResourceCache2_DEFINED
#include "GrGpuResource.h"
robertphillips 2014/10/08 17:29:31 Do we need these two new headers here ?
bsalomon 2014/10/08 17:32:52 Nope, this was paring down of a larger CL, forgot
+#include "GrResourceCache.h"
#include "GrResourceKey.h"
+#include "SkTDynamicHash.h"
#include "SkTInternalLList.h"
#include "SkTMultiMap.h"
« no previous file with comments | « src/gpu/GrResourceCache.cpp ('k') | src/gpu/GrResourceCache2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698