aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipelineBuilder.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-02-25 11:21:21 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-25 11:21:21 -0800
commit586d5d640b19860dfbbd903a5188da1bbbe87336 (patch)
treeab3fde1525edf311a9c384404a847757251108be /src/gpu/GrPipelineBuilder.h
parent63d0024cde57eba4f7802fdc4fe49467867f52ba (diff)
I'd really like to land this before the branch so speedy reviews are appreciated.
Diffstat (limited to 'src/gpu/GrPipelineBuilder.h')
-rw-r--r--src/gpu/GrPipelineBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h
index 54b06dbd4f..96807d5a75 100644
--- a/src/gpu/GrPipelineBuilder.h
+++ b/src/gpu/GrPipelineBuilder.h
@@ -45,7 +45,7 @@ public:
* no GrPaint equivalents are set to default values with the exception of vertex attribute state
* which is unmodified by this function and clipping which will be enabled.
*/
- void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip*);
+ void setFromPaint(const GrPaint&, GrRenderTarget*, const GrClip&);
/// @}