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

Unified Diff: src/gpu/GrClipMaskCache.h

Issue 682223002: rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: const 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/GrAtlas.cpp ('k') | src/gpu/GrClipMaskManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrClipMaskCache.h
diff --git a/src/gpu/GrClipMaskCache.h b/src/gpu/GrClipMaskCache.h
index 19495f99b11baf51134d471dda019721083f922e..0329c840a8eafe649548151e9566d6535c7c200e 100644
--- a/src/gpu/GrClipMaskCache.h
+++ b/src/gpu/GrClipMaskCache.h
@@ -114,7 +114,7 @@ public:
}
void acquireMask(int32_t clipGenID,
- const GrTextureDesc& desc,
+ const GrSurfaceDesc& desc,
const SkIRect& bound) {
if (fStack.empty()) {
@@ -199,7 +199,7 @@ private:
void acquireMask(GrContext* context,
int32_t clipGenID,
- const GrTextureDesc& desc,
+ const GrSurfaceDesc& desc,
const SkIRect& bound) {
fLastClipGenID = clipGenID;
@@ -215,7 +215,7 @@ private:
void reset () {
fLastClipGenID = SkClipStack::kInvalidGenID;
- GrTextureDesc desc;
+ GrSurfaceDesc desc;
fLastMask.reset(NULL);
fLastBound.setEmpty();
« no previous file with comments | « src/gpu/GrAtlas.cpp ('k') | src/gpu/GrClipMaskManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698