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

Unified Diff: src/gpu/GrTransferBuffer.h

Issue 1810323002: Cache render targets that render to wrapped textures Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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
Index: src/gpu/GrTransferBuffer.h
diff --git a/src/gpu/GrTransferBuffer.h b/src/gpu/GrTransferBuffer.h
index bd80666fd6d09aa69deaba9d6ea18b227142f34f..df16adafa575fe867bb2184897b12a00c56cb221 100755
--- a/src/gpu/GrTransferBuffer.h
+++ b/src/gpu/GrTransferBuffer.h
@@ -57,7 +57,7 @@ public:
protected:
GrTransferBuffer(GrGpu* gpu, size_t gpuMemorySize)
- : INHERITED(gpu, kUncached_LifeCycle)
+ : INHERITED(gpu, SkBudgeted::kNo)
, fGpuMemorySize(gpuMemorySize) {
}
« no previous file with comments | « src/gpu/GrTextureProvider.cpp ('k') | src/gpu/gl/GrGLGpu.h » ('j') | src/gpu/gl/GrGLGpu.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698