From cb30bb2cb727e276792812c6390547dba474c831 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Sun, 12 Feb 2017 09:28:54 -0500 Subject: Remove GrFragmentProcessor::computeInvariantOutput Change-Id: If475730103052c6097eb91be06808fb723b70bf8 Reviewed-on: https://skia-review.googlesource.com/8330 Reviewed-by: Greg Daniel Commit-Queue: Brian Salomon --- src/gpu/effects/GrTextureDomain.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gpu/effects/GrTextureDomain.h') diff --git a/src/gpu/effects/GrTextureDomain.h b/src/gpu/effects/GrTextureDomain.h index fbc20f1947..f00d4608ff 100644 --- a/src/gpu/effects/GrTextureDomain.h +++ b/src/gpu/effects/GrTextureDomain.h @@ -205,8 +205,6 @@ private: bool onIsEqual(const GrFragmentProcessor&) const override; - void onComputeInvariantOutput(GrInvariantOutput* inout) const override; - GR_DECLARE_FRAGMENT_PROCESSOR_TEST; typedef GrSingleTextureEffect INHERITED; @@ -248,7 +246,6 @@ private: void onGetGLSLProcessorKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const override {} bool onIsEqual(const GrFragmentProcessor& fp) const override; - void onComputeInvariantOutput(GrInvariantOutput* inout) const override; GR_DECLARE_FRAGMENT_PROCESSOR_TEST; -- cgit v1.2.3