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

Unified Diff: src/effects/SkTableColorFilter.cpp

Issue 1567733005: Add a class representing texture swizzle. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: comment change 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/effects/SkTableColorFilter.cpp
diff --git a/src/effects/SkTableColorFilter.cpp b/src/effects/SkTableColorFilter.cpp
index 32617cd6fe4bc9a7c015aa7954e9af8a538a6cd0..6996b6a7d40e08b1da7d1ae7b83b4cc1078f5ee8 100644
--- a/src/effects/SkTableColorFilter.cpp
+++ b/src/effects/SkTableColorFilter.cpp
@@ -487,7 +487,7 @@ const GrFragmentProcessor* ColorTableEffect::Create(GrContext* context, SkBitmap
ColorTableEffect::ColorTableEffect(GrTexture* texture, GrTextureStripAtlas* atlas, int row,
unsigned flags)
- : fTextureAccess(texture, "a")
+ : fTextureAccess(texture)
, fFlags(flags)
, fAtlas(atlas)
, fRow(row) {
« no previous file with comments | « src/effects/SkColorCubeFilter.cpp ('k') | src/gpu/GrSwizzle.h » ('j') | src/gpu/GrSwizzle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698