aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrEffect.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-24 19:07:10 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-24 19:07:10 +0000
commit6f261bed0252e3f3caa595798364e0bf12a2573a (patch)
treee6cf7cfab6ff785b002b88b165a6bd00a9402960 /include/gpu/GrEffect.h
parenta469c28c3c16214733a25201a286970f57b3d944 (diff)
GrCustomStage Renaming Part 2
GrSamplerState member rename GrCustomStageUnitTest rename some comment updates Review URL: https://codereview.appspot.com/6771043 git-svn-id: http://skia.googlecode.com/svn/trunk@6078 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrEffect.h')
-rw-r--r--include/gpu/GrEffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrEffect.h b/include/gpu/GrEffect.h
index 7ea5cd5b6d..c5af2b9b56 100644
--- a/include/gpu/GrEffect.h
+++ b/include/gpu/GrEffect.h
@@ -11,7 +11,7 @@
#include "GrRefCnt.h"
#include "GrNoncopyable.h"
#include "GrProgramStageFactory.h"
-#include "GrCustomStageUnitTest.h"
+#include "GrEffectUnitTest.h"
#include "GrTextureAccess.h"
class GrContext;
@@ -61,7 +61,7 @@ public:
*/
virtual const GrProgramStageFactory& getFactory() const = 0;
- /** Returns true if the other custom stage will generate identical output.
+ /** Returns true if the other effect will generate identical output.
Must only be called if the two are already known to be of the
same type (i.e. they return the same value from getFactory()).