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

Unified Diff: src/gpu/GrStencilAttachment.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/GrStencilAttachment.h
diff --git a/src/gpu/GrStencilAttachment.h b/src/gpu/GrStencilAttachment.h
index 2aa8e8ce55b84091d4d8bb261073a51ddc665ee7..4d7ae66448dc51ca8ecf8466d9ca7a3ce02c75f0 100644
--- a/src/gpu/GrStencilAttachment.h
+++ b/src/gpu/GrStencilAttachment.h
@@ -53,9 +53,9 @@ public:
GrUniqueKey* key);
protected:
- GrStencilAttachment(GrGpu* gpu, LifeCycle lifeCycle, int width, int height, int bits,
+ GrStencilAttachment(GrGpu* gpu, SkBudgeted budgeted, int width, int height, int bits,
int sampleCnt)
- : GrGpuResource(gpu, lifeCycle)
+ : GrGpuResource(gpu, budgeted)
, fWidth(width)
, fHeight(height)
, fBits(bits)
« no previous file with comments | « src/gpu/GrResourceProvider.cpp ('k') | src/gpu/GrSurface.cpp » ('j') | src/gpu/gl/GrGLGpu.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698