aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrProcessor.h')
-rw-r--r--include/gpu/GrProcessor.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/gpu/GrProcessor.h b/include/gpu/GrProcessor.h
index d10136846a..1816db2ea5 100644
--- a/include/gpu/GrProcessor.h
+++ b/include/gpu/GrProcessor.h
@@ -216,13 +216,7 @@ public:
*/
TextureSampler();
- TextureSampler(GrTexture*, const GrSamplerParams&);
- explicit TextureSampler(GrTexture*,
- GrSamplerParams::FilterMode = GrSamplerParams::kNone_FilterMode,
- SkShader::TileMode tileXAndY = SkShader::kClamp_TileMode,
- GrShaderFlags visibility = kFragment_GrShaderFlag);
- void reset(GrTexture*, const GrSamplerParams&,
- GrShaderFlags visibility = kFragment_GrShaderFlag);
+ // MDB TODO: this is the last GrTexture-based reset call!
void reset(GrTexture*,
GrSamplerParams::FilterMode = GrSamplerParams::kNone_FilterMode,
SkShader::TileMode tileXAndY = SkShader::kClamp_TileMode,