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

Unified Diff: src/gpu/GrTextureParamsAdjuster.h

Issue 1594483003: Texturing support for RECTANGLE textures. (Closed) Base URL: https://skia.googlesource.com/skia.git@rectangle
Patch Set: update comment Created 4 years, 11 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/GrTextureParamsAdjuster.h
diff --git a/src/gpu/GrTextureParamsAdjuster.h b/src/gpu/GrTextureParamsAdjuster.h
index 103bcbf7208099d33ce73a92b4d1e3d34b84a1fa..95b79846d0ed72260f6ef958e9aee2771333c7f4 100644
--- a/src/gpu/GrTextureParamsAdjuster.h
+++ b/src/gpu/GrTextureParamsAdjuster.h
@@ -153,6 +153,8 @@ private:
SkTLazy<SkIRect> fContentArea;
GrTexture* fOriginal;
+ GrTexture *refCopy(const CopyParams &copyParams);
egdaniel 2016/01/19 22:28:06 put * on GrTexture
bsalomon 2016/01/19 22:37:51 Done.
+
typedef GrTextureProducer INHERITED;
};

Powered by Google App Engine
This is Rietveld 408576698