aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrSamplerState.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-30 13:09:05 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-30 13:09:05 +0000
commitcddaf340f1474cc1ff429b8ef9bc8739c72f80ba (patch)
tree56a71479f93fa814e6c14a3c6d2ce35eac49afcd /include/gpu/GrSamplerState.h
parent79a1c34ee45a3eb5edd568fd97626dff1b64a0db (diff)
Remove GrDrawState::setTexture/getTexture
Review URL: http://codereview.appspot.com/6455051/ git-svn-id: http://skia.googlecode.com/svn/trunk@4826 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrSamplerState.h')
-rw-r--r--include/gpu/GrSamplerState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrSamplerState.h b/include/gpu/GrSamplerState.h
index 04fbe00738..dcd5b66283 100644
--- a/include/gpu/GrSamplerState.h
+++ b/include/gpu/GrSamplerState.h
@@ -179,7 +179,7 @@ public:
GrSafeAssign(fCustomStage, stage);
return stage;
}
- GrCustomStage* getCustomStage() const { return fCustomStage; }
+ const GrCustomStage* getCustomStage() const { return fCustomStage; }
private:
GrTextureParams fTextureParams;