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

Unified Diff: src/gpu/GrTextureParamsAdjuster.h

Issue 2150113002: Add getColorSpace to GrTextureProducer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix newline Created 4 years, 5 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/GrImageIDTextureAdjuster.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrTextureParamsAdjuster.h
diff --git a/src/gpu/GrTextureParamsAdjuster.h b/src/gpu/GrTextureParamsAdjuster.h
index 08d71c4563f9c047ad39c51882810f9497c5d3be..7513eb4d2f03dc5bec123779fc8352cbfb79eda8 100644
--- a/src/gpu/GrTextureParamsAdjuster.h
+++ b/src/gpu/GrTextureParamsAdjuster.h
@@ -108,6 +108,8 @@ protected:
*/
virtual void didCacheCopy(const GrUniqueKey& copyKey) = 0;
+ virtual SkColorSpace* getColorSpace() = 0;
+
private:
const int fWidth;
const int fHeight;
« no previous file with comments | « src/gpu/GrImageIDTextureAdjuster.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698